@charset "UTF-8";

.c-table tbody th {
    text-align: start;
}

.article-table {
    min-width: 900px;
}

@media screen and (max-width: 920px){
.c-table__scroll {
    overflow-x: scroll;
    padding-bottom: 10px;
}
}