  input[type=submit],
  button,
  .button {
    font-family:"Lora",serif;
    font-size:16px;
    line-height:24px;
    background-color:#214f31;
    text-align:center;
    padding:6px;
    border-radius:2px;
    color:#eee;
    line-height:24px;
    display:inline-block;
    font-weight:bold;
    border:0;
    cursor:pointer
  }
header:before {
    content:"";
    position:absolute;
    top:0;
    left:-9999px;
    right:-9999px;
    bottom:0;
    background-color:#214f31;
    z-index:-1
  }
  #search-form input[type=text] {
    background-color:#214f31;
    color:#fff;
    border:0
  }
 .site-page-pagination a {
    font-family:"Lora",serif;
    font-size:16px;
    line-height:24px;
    background-color:#214f31;
    text-align:center;
    padding:6px;
    border-radius:2px;
    color:#eee;
    line-height:24px;
    display:inline-block;
    font-weight:bold;
    border:0;
    cursor:pointer
  }
nav.breadcrumbs {
  padding:6px;
  border-radius:2px;
  margin:12px 0;
  background-color:#e1e1c7;
}
.sub-menu a {
  font-family:"Lora",serif;
  font-size:14px;
  line-height:24px;
  background-color:#e1e1c7;
  text-align:center;
  padding:6px;
  border-radius:2px;
  color:#660000;
  line-height:24px;
  display:inline-block;
  font-weight:bold;
  border:0;
  cursor:pointer;
  margin-bottom:6px
}
.toc-block>ul {
  margin:1rem 0;
  list-style-type:none;
  border-left:5px solid #e1e1c7
}