/* TABLEAU */

.ma-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.ma-table tr th, .ma-table tr td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-family: 'PT sans', Roboto, Helvetica, Arial, sans-serif;
}

.ma-table td {
    
}

.ma-table th {
    background-color: #0b6ba8;
    color: white;
}

.ma-table td {
    text-align: left;
}

tfoot tr td{
    font-family: 'PT sans', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
}