html, body {
    box-shadow: none;
    background: none transparent;
    border: none;

    /*overflow-y: hidden; !* Hide vertical scrollbar *!*/
    /*overflow-x: hidden; !* Hide horizontal scrollbar *!*/
}

body {
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}

.card, .card-body, .card-header, .container, .container-fluid {
    box-shadow: none;
    background: none transparent;
    border: none;
}

.card-title {
    font-weight: bold;
    color: #444444;
}

::-webkit-scrollbar {
    width: 2px;
}

/*::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px grey;*/
/*    border-radius: 5px;*/
/*}*/

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px grey;
}

