@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: #fff;
}
.table-exh .table-exh_header td {
    font-size: 16px;
    font-weight: 600;
}
.table-exh .table-exh_country td {
    color: #ba372a;
    font-weight: 600;
}
.table-exh .exhibitor_item td {
    font-size: 14px;
}