/* Таблица */
.table-bordered-custom {
    border: 2px solid #f2c40f;
    border-collapse: collapse;
    background-color: #1E2023;
}

.table-bordered-custom th,
.table-bordered-custom td {
    border-color: #444;
}

/* Скругление углов таблицы*/
.table-bordered-custom {
    border-radius: 10px;
    overflow: hidden;
}

.centered-table {
    width: 60% !important;
    margin: 0 auto !important;
    text-align: center;
}

.centered-table th,
.centered-table td {
    text-align: center !important;
    vertical-align: middle !important;
}

.centered-table thead th {
    text-align: center !important;
}