table.conguide {
    width: 100%;
    border: 1px solid #666;
    font-family: sans-serif;
    font-weight: 400;
}

table.conguide th,
table.conguide td {
    border: 1px solid #666;
    padding: 10px;
}

table.conguide th {
    text-align: center;
    background-color: #e5fbf9;
    font-size: 11pt;
    width: 25%;
}

table.conguide td {
    font-size: 11pt;
}

table.equip {
    width: 100%;
    border: 1px solid #666;
    font-family: sans-serif;

}

table.equip th,
table.equip td {
    border: 1px solid #666;
    padding: 10px;
    font-weight: 400;
}

table.equip th {
    text-align: center;
    background-color: #f8f7ec;
    font-size: 11pt;
    font-weight: 400;
}

table.equip th.lefttd {
    width: 30%;
}

@media screen and (max-width:768px) {

    table.conguide th,
    table.conguide td {
        font-size: 9pt;
    }

    table.conguide th {
        width: 20%;
    }

    table.equip th{
        font-size: 9pt;
    }
    table.equip td{
        font-size: 9pt;
    }
}