body {
    background-color: #fff;
}

.container {
    padding: 0;
}

#common_content {
    padding: 0;
}

#wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 5px;
}

.sp-table {
    width: 100%;
    margin-top: 15px;
}

.sp-table td {
    width: 16.66%;
    background-color: #00a19a;
    border: 2px solid #fff;
    text-align: center;
}

.sp-table a {
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 1rem;
}

.sp-table a:hover {
    text-decoration: none;
    /*background-color: #00b59a;*/
}

div.text ul.nav-special-tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #00a19a;
}

ul.nav-special-tabs > li {
    display: flex;
    flex: 1;
    background-color: #00a19a;
    text-align: center;
    margin: 1px 1px -1px;
}

ul.nav-special-tabs > li > a {
    padding: .5rem .75rem;
    color: #fff;
    width: 100%;
}

ul.nav-special-tabs li > a.active {
    background-color: #fff;
    color: #427c9e;
    border: 1px #427c9e solid;
    border-bottom: none;
}

/*Выпадающие таблицы*/
.btn-special {
    background-color: #427c9e;
    text-align: left;
    border-radius: 0;
    margin: 2px;
    white-space: normal;
    color: #fff;
}

.btn-special.dropdown-toggle:not(.collapsed):after {
    transform: rotate(180deg);
}

/*Кнопка "Наверх"*/
.btn-top {
    display: none;
    background-color: #427c9e;
    border-radius: 0;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: #fff;
    opacity: .4;
}

.btn-top:hover {
    opacity: 1;
    color: #fff;
}

.btn-top:focus {
    box-shadow: none;
}

#table-head-sticky,
#header-fixed {
    width: 1250px;
}

#header-fixed {
    position: fixed;
    top: 0;
    margin: 0;
    display: none;
}

.abitur-content {
    padding: 0 20px;
}