

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services/style.css?1758017625542*/
.table-servcontainer {
    max-width: 100%;
    /* не шире окна */
    overflow-x: auto;
    /* горизонтальный скролл */
}

.table-servcontainer table {
    width: 100%;
    /* или auto, если хочешь естественную ширину */
    border-collapse: collapse;
    min-width: 600px;
    /* если нужно, чтобы таблица могла быть шире */
}

.table-servcontainer th,
.table-servcontainer td {
    border: 1px solid #ccc;
    padding: 8px;
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services/style.css?1758017625542 */
