

/* Start:/local/templates/schoolleague/components/bitrix/news.list/schools_table/style.css?17639804511309*/
.sc_table-container {
    max-width: 1500px; 
    overflow-x: auto;
    margin: 20px;    
}

.sc_grid-table {
    display: grid;
    grid-template-columns: 100px 500px 150px 150px 150px 150px 150px;
}

.sc_grid-table div {
    padding: 20px;
    border: 1px solid #999;
    text-align: center;
}

.sc_header {
    background-color: #f2f2f2;
    font-weight: bold;
}

.sc_table_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left; 
}

.sc_table_text span {
    color: #98a2b7;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sc_table_inner{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/* End */
/* /local/templates/schoolleague/components/bitrix/news.list/schools_table/style.css?17639804511309 */
