table{
    font-size: 1em !important;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    text-align: left;
    padding: 12px !important;
    vertical-align: bottom;
    border: 1px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6;
}
.table td {
    text-align: left;
    padding: 12px !important;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border: 1px solid #dee2e6 !important;
}
th{
    font-weight: bold !important;
}
table{
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}
h1{
    line-height: 50px;
    margin-top: 0;
    font-weight: 500;
}
h2{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 40px;
}