
body{
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
    padding: 0;
}       
.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none; 
    border-style: solid solid none;
    border-width: 1px 0px;
}

#searchHeader {
    overflow-y: visible;
}
@media (max-width: 576px) {  
    #searchHeader {
        max-height: 100px;
    }
}
#brandingTitle {
    font-size: 24px;
    font-family: sans-serif;
    color: black;
    font-weight: bold;
}
#branding {
    padding: 0px;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}
#searchBarArea {
    display: inline-block;
    background-color: #fefefe;
    z-index: 2;
    height: 50px;
}
#searchBar {
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    background-color: #fefefe;
    border: 1px solid #eee;
    padding: 0px 18px;
    border-radius: 25px;
    box-shadow: 1px 1px 4px #ccc;
}
#searchBar:hover {
    border: 1px solid #eee;
    box-shadow: 1px 2px 4px #bbb;
}
#searchBar:focus {
    border: 1px solid #eee;
    outline: none;
    box-shadow: 1px 2px 4px #bbb;
}
#searchBox {
    background-color: inherit;
    border: none!important;
    box-shadow: none!important;
}
#searchBox:focus {
    outline: none;
    border: none!important;
    box-shadow: none!important;
}
#searchSuggestions {
    max-height: 150px;
    overflow-y: scroll;
    color: #666;
    padding-bottom: 10px;
}
/*
#searchForm:focus-within + #searchList > #searchSuggestions {
    display: block;
} */
div.searchSuggestionSeparator {
    border-top: 1px solid #ddd;
}
/* 
#searchForm:focus-within + #searchList > div.searchSuggestionSeparator {
    display: block;
} */

.displayBlock {
    display: block!important;
}

#searchSuggestions > div {
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
}
#searchSuggestions > div:hover {
    background-color: #eee;
}
#content {
    float: left;
    max-height: 750px;
    overflow-y: scroll;
}
#contentMeta {
    margin: 20px 0 40px 0;
    font-size: 16px;
    color: #666;
}
.searchResult h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.searchResult .searchLink {
    color: #006621;
    float: left;
}

.searchResult p {
    font-size: 12px;
    margin-top: 5px;
}

.hrLine {
    border-top: 1px solid #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
h2 {
    font-size: 24px;
    font-weight: 100;
}
#search, #searchContent {
    border-left: 1px solid #E7EAEC;
    float: left;
}

#contentRepo {
    border: 1px solid #E7EAEC;
    float: none;
    margin: 20px auto;
}
#contentRepo p {
    text-align: center;
}
.entryHeader {
    padding: 10px 5px;
    color: #333;
    font: 24px bolder;
    text-align: center;
}
.entryList {
    height: 300px;
    overflow-y: scroll;
}
.entry {
    margin: 4px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}
td {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 200px;
}
#contentEntryForm {
    overflow-y: scroll;
    float: none;
    margin: 20px auto;
}

#contentEntryForm p {
    text-align: center;
}

.form-field {
    margin-bottom: 10px;
}
.borderless td, .borderless th {
    border: none!important;
}

.suggestion {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    background-color: #fefefe;
    padding: 5px 5px;
    font-size: 16px;
    border: None;
    color: #666;
}
.suggestion:focus {
    outline:0;
    background-color: #ddd;
}
.suggestion:hover {
    outline:0;
    background-color: #eee;
}
.match {
    background-color: #ffe6ae;
}