.bg-body-tertiary {
    background: #272932 !important;
}

header,footer,#sidebar, #cardAlert {
    display: none !important;
}

.card-group {
    max-width: 98%;
    margin: 0 auto;
}

.mobile-show {
    display: none;
}

.f14 {
    font-size: 14px;
}

/**
* Mobile Changes
**/
@media screen and (max-width: 767px) {
    .si-mobile {
        margin-top: 10px !important;
        padding-top: 0 !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }
}