

table, th, td, tr {
    padding: 1em;
}

table {
    margin: auto;
    font-family: "Roboto",Segoe UI,system-ui,sans-serif;
}

table th {
    font-size: 1.70rem;
}

table img {
    max-width: 40px !important;
    height: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.bold{
    font-weight: 600;
    font-style: bold;
}

.right{
    text-align: right;
}

.heading{
    background-color: #D9D9D6;
}

.line {
    background-color: hsl(0, 0%, 95%);
}

th {
    border-top: 100px;
}

.white{
    color: white !important;
}