body {padding-top: 60px;}
#search-form {margin:0px;}
#result-summary{margin-bottom:20px;}
html { overflow-y: scroll; } /*force scrollbar*/
.facet {
    display: none; 
}
.chosen-facet {
    margin-bottom:20px; overflow: hidden; white-space: nowrap; 
}
.solrstrap-hits {
    overflow: scroll; white-space: nowrap; 
}
.nav-title{text-transform:uppercase;font-weight:bold}
.entry { margin-bottom: 10px;width: 100%; }
.permalink { color: green;}
.hitissue { display: block;}
.span1 { width: 50px !important;float: left; }
.body { font-size: 15px !important; }
#search-div{margin-right:10px;margin-bottom:10px; }

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 7px;
}

.drf {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.drf:hover {
    background-color: #f44336;
    color: white;
}

