
body{
  background: #fafaf5;
  font-family: sans-serif;
}

h1, h2, a {
    color: #04a82d;
}

h1 {
    font-size: 30px;
    padding: 40px;
}

body {
    font-size: 19px;
    line-height: 33px;
    padding: 0;
    min-width: 400px;
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 1rem;
    /*
    display: flex;
    flex-direction: column;
    */
    /* min-height: 100vh; */
}


a {
    text-decoration: none;
}


header {
    overflow: hidden;
}
nav.left {
    float: left;
}
nav.right {
    float: right;
}
nav {
    background-origin: padding-box;
}
a.nav_link {    
    font-size: 25px;
    /* font-weight: bold; */
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}


/* Search form styling */
.search_form_box{
    width: 45%;
    margin-top: 30px;
    margin-bottom: 60px;
    min-width: 350px;
  }

.search_form {
  width: 100%;
  position: relative;
  display: flex;
}

.search_term {
  width: 100%;
  border: 3px solid #04a82d;
  border-right: none;
  padding: 5px;
  height: 31px;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: #9DBFAF;
}

.search_term:focus{
  color: #04a82d;
}

.search_button {
  width: 100px;
  height: 47px;
  border: 1px solid #04a82d;
  background: #04a82d;
  text-align: center;
  color: #fff;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 19px;
}

.search_refining_form {
  font-size: 16px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 1cqmax;
  border: 1px solid #04a82d;
  border-radius: 10px;
  width: 80%;
  min-width: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}




/* Style for the blockquotes, ie: when using > */
blockquote {
    border-left: 2px solid #cccccc;
    /* Add a left border */
    padding: 0 15px;
    /* Add some padding for space */
    margin: 10px 0;
    /* Add margin for separation */
    color: #555;
    /* Set the text color */
}

/* Style for the post dates */
.post-date {
    font-family: 'Courier New', Courier, monospace;
    color: #575757;
    font-size: 18px;
}


summary {
    cursor: pointer;
    background-color: #eee;
    padding: .25rem 1rem;
    margin: 0 -1rem
}

details[open] {
    border-bottom: 1rem solid #eee;
    margin: 0 -1rem 1rem;
    padding: 0 1rem
}

table {
    border-collapse: collapse; 
    border: 1px solid;
}
table, th, td {
    border: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    overflow-wrap: break-word;
}
td.left, th.left {
    max-width: 200px;
}
th {
    /*
    border-radius: 10px 10px 0 0;
    */
    background-color: #04a82d;
    color: white;
}
th.left {
    border-radius: 10px 0 0 0;
}
th.right {
    border-radius: 0 10px 0 0;
}
tbody tr:nth-child(even) {
    background-color: #dfe4952a;
}
tbody tr:nth-child(odd) {
    background-color: #3aff3311;
}

div.credits {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.5em;
}