small {
    font-size: 11px
}
.date {
    color: #999;
}
body {
    font-family: 'Roboto Slab', serif;
}
h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 30px;
    margin: 0.5em 0.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
}
.source {
    color: #006621;
    font-size: 13px;
    margin: 8px 0;
}
.top-stories {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
    padding: 0.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
}
@media screen and (max-width: 1200px) {
    .top-stories {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
    }
}
@media screen and (max-width: 600px) {
    .top-stories {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.w-100 {
    width: 100%!important;
}
.top-stories a {
    text-decoration: none;
    font-weight: bold;
    color: #222;
    font-size: 13px;
}
.terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.term {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
    padding: 20px 0.4%;
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
    margin-right: 0.2%;
}
.term a , .term div, #list-items .term span {
    text-decoration: none;
    font-weight: bold;
    color: #222;
}

#list-items .term span {
    position: relative;
    top: -6px;
}

.rank1 { 
    background-color: #7ec855;
}
.rank2 {
    background-color: #b0da9a;
}
.rank3 {
    background-color: #e6f4df;
}
.no-result,.no-row {
    background-color: #ffe8e8;
}
.loading_results {
    /*  opacity: 0.5; */
    pointer-events: none;
}
.term.no-serp-result {
    padding-top: 27px;
}
#no-top-stories {
    padding-bottom: 15px;
}
.legends span {
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.legends span::before {
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    margin-right: 8px;
}
.legend-rank1::before { 
    background-color: #7ec855;
}
.legend-rank2::before {
    background-color: #b0da9a;
}
.legend-rank3::before {
    background-color: #e6f4df;
}
.legend-no-rank::before {
    background-color: #ffe8e8;
}
.no-left-margin {
    margin-left: 0;
}