th{
    text-align: left;
    font-weight: 400;
    padding: 2%;
}
strong{
    font-size: .9rem;
}
p{
    text-align: left;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
thead tr{
    background: var(--lblack);
}
thead tr strong{
    color: white;
}
@media screen and (min-width: 375px) and (max-width: 426px){
     .table_container {
        overflow-x: scroll;
    }   
}
