
/* OVERVIEW TABLE */
.oq-table-th {
    border: 1px solid #EEEEEE;
    height: 30px !important;
    text-align: center !important;
}
.oq-table-td {
    border: 1px solid #EEEEEE;
    padding: 0px 10px !important;
    font-size: 12px !important;
    cursor: pointer;

}
/* CARD */
.card-overflow {
    overflow-y: auto !important;
}

.v-toolbar__content {
    overflow-x: auto !important;
}
