/*.btn-primary:hover {
    background-color: rgb(255, 196, 0);
}

.btn.active {
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0);
    color: black;
}

.btn-primary {
    background-color: rgba(255, 255, 255, 0);
    color: black;
    border: none;
}
*/
h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 0.8em;
}

.legent_bar {
    background-color: #bababa;
    padding: 0.2em;
}

body {
    padding-top: 90px;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0px;
    }
}

.news-box {
    border: #ffd301;
    border-style: solid;
    border-width: 1px;
    margin-left: 3em;
    max-width: 90%;
    margin-bottom: 2em;
}

.sdate {
    color: chocolate;
    font-weight: 700;
    margin-left: 2em;
}

.stitle {
    background-color: rgb(204, 204, 204);
    padding: 0.2em;
}

.text-small {
    font-size: 85%;
}

.error {
    color: red;
}

.FixedResultsContainer {
    box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 3px;
}

.searchResults {
    height: 288px;
    overflow: auto;
}

.FixedNewsContainer {
    box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 5px 26px 1px rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 500px;
    padding: 3px;
}

.newsResults {
    height: 488px;
    overflow: auto;
}


.infobox {
        height: auto;
        padding: 15px;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #bababa;
}

.infocol {
    width: auto;

}


@media screen and (min-width: 1500px) {
    .infobox {
        position: fixed;
        top: 450px;
        left: 0;
        height: auto;
        width: 200;
        z-index: 1000;
    }
}

