.module_expo_exposition_list {
}
.module_expo_exposition_list .exhibitors_list {
    padding: 15px;
    background-color: #fff;
}

.table-exh {
    width: 100%;
}
.table-exh .table-exh_header {
    padding-bottom: 20px;
}
.table-exh .table-exh_header td {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.table-exh .exhibitor_item td {
    padding-bottom: 5px;
}
.table-exh .table-exh_header .hall,
.table-exh .exhibitor_item .hall {
    width: 150px;
    text-align: center;
}
.table-exh .exhibitor_item .hall {
    font-weight: 600;
}
.table-exh .table-exh_country {
    text-align: center;
}
.table-exh .table-exh_country td {
    padding-bottom: 20px;
    font-weight: 600;
}

.module_expo_exposition_list_btns {
    display: flex;
    gap: 10px;
    padding: 10px;
}
.module_expo_exposition_list_btns a {
    display: block;
    background-color: #ececec;
    color: #444;
    border-radius: 5px;
    padding: 10px 14px;
    height: 38px;
    width: max-content;
}
.module_expo_exposition_list_btns a:hover {
    background: #074616;
    color: #fff;
}
