/*
Template Name: Bootstrap 4 Boilerplate
Copyright: Sal, https://www.wowthemes.net, https://bootstrapstarter.com/
Version:1.0.0
*/

body {padding-top:0;}

img {max-width:100%;}

.card .card-body {
    padding: 5px 15px !important;
}

.category {
    scrollbar-width: none;
    max-height: 35px;
    overflow-x: scroll;
    white-space: nowrap;
}

.category span {
    font-weight: 500;
    font-size: 14px;
    background: #EDDA3B;
    padding: 2px 2px;
    margin: 5px 0px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}

.category::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    display: none;
}