#search_results{
    min-height: 50vh;
    padding-top: 100px;
    background-color: #444444;
}

#search_results .row{
    margin-bottom: 0;
}

#search_results .card .card-content p{
    color: #666;
}

#search_results .tabs .badge{
    background: #666;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.3em;
    margin-right: 5px;
    text-align: center;
    font-size: 0.8em;
    padding-top: 5px;
    margin-top: 12px;
}
