﻿.vw-70-ml-5p {
    width: 70vw !important;
    margin-left: 5% !important
}

.c-ml-10 {
    margin-left: 10%
}

.c-ml-10-vw-70 {
    margin-left: 10%;
    width: 70vw !important;
}

.selectClass {
    width: 12rem;
    font-size: small
}

.table > :not(caption) > * > * {
    color: unset;
    background-color: unset;
}

.fs-small {
    font-size: .875em !important;
}

.card.p-4.c-card {
    background-color: #ebecef
}

tbody a {
    text-decoration: auto !important;
}
.c-table-color {
    background-color: #7aa0c4 !important;
}
.c-table-color-2 {
    background-color: #337ab7 !important;
}
.img-class {
    width: 10rem;
    margin-left: auto;
}