h4 {
   color: #487b19;
   padding-top: 15px;
}

tbody {
    border-top: initial;
}

h3 {
   color: #a57f52;
}

h5 {
   color: #a57f52;
   padding-top: 15px;
   text-transform: none;
}

a[name] {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.title {
   padding-top: 25px;
   line-height: 0px;

}

.search-results .title {
    line-height: normal;
}

.page-header {
    background-color: #3871B2;
    border-top: 0px;
    padding: 15px 0;   
    margin-bottom: 10px;
}

.page-header h1 {
    margin: 0 0 -20px;
}

.description {
    background-color: #F7F7E5;
    border-radius: 5px;
    padding: 20px;
}

.toggle-content {
    padding: 20px;
}


