table{
    width: 95%;
    margin-left: 2.5%;
    border: none;
    color: black;
}
th{
    background-color: #01a23c;
    border: none;
    font-size: large !important;
    font-weight: bold !important;
    text-align: center;
    
}
td{
    background-color: white;
    border: none;
}
.tab-important{
    background-color: #01a23c;
}

