/* static/css/components/tables.css */

.tb{
    border-collapse: collapse;
}

.tb th,
.tb td {
    border: 1px solid rgb(0, 0, 0);
    padding: 0.5rem 1rem;        
    text-align: center;
}

.tb th {
    font-weight: bold;
}
