main {
    min-height: 50vh;
}
a.button {
    width: auto;
    height: auto;
}

.container .info-block {
    margin-top: 1rem;
}
table tr th,
table tr td {
    padding: 20px;
    text-align: center;
}
.center {
    margin: 0 auto;
}
.freshtr:not(tr),
.container-page h3,
.container-page h4 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    display: block;
}
.container-page {
    padding: 1rem;
}
.sub-menu li a {
    white-space: nowrap;
}
.accordion {
    background-color: #181926;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
}

.accordion:nth-child(even) {
    background-color: #151622 !important;
}

.accordion.active,
.accordion:hover {
    background-color: #151622;
}

.accordion:after {
    content: "\2795";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796";
}

.panel {
    padding: 0 18px;
    background-color: #181926;
    padding: 1rem;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: none;
    margin-bottom: 10px;
    max-height: unset !important;
}

.panel.active {
    display: block;
}

.pagination {
    margin-top: 15px;
    align-items: center;
}
.pagination .page-numbers {
    display: block;
    padding: 7px 10px;
    margin: 0px 3px;
    color: #777a7e;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.pagination .page-numbers:hover {
    border-bottom: 1px solid #000000;
    color: #000;
}
.pagination li:before {
    display: none;
}
.pagination .active {
    border-bottom: 1px solid #000000;
    color: #000;
}
.pagination .prev {
    font-size: 0px;
    background: url(../images/prev.png) center top 12px no-repeat;
    width: 30px;
    height: 30px;
}
.pagination .prev:hover {
    border-bottom: none;
}
.pagination .next {
    font-size: 0px;
    background: url(../images/next.png) center top 12px no-repeat;
    width: 30px;
    height: 30px;
}
.pagination .next:hover {
    border-bottom: none;
}
.pagination a:focus,
.pagination a:hover,
.pagination a.active a,
.pagination a.active a:focus,
.pagination a.active a:hover {
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
}

.pagination a.active {
    background-color: #2c2e44;
    color: white;
    border: 1px solid #333;
}

.pagination a:first-child a,
.pagination a:first-child a:hover,
.pagination a:last-child a,
.pagination a:last-child a:hover {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.pagination > a {
    padding: 5px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
    font-size: 12px;
}

.pagination a {
    display: inline-block;
    margin-right: 1rem;
    background: #171829;
    border: 1px solid #333;
}

iframe {
    display: block;
    margin: 0 auto;
    text-align: center;
	max-width: 100%;
}

.pagination a {
    display: inline-block;
    margin-right: 1rem;
}
.serverInfo { display: block; }

.serverInfo {
    margin: 0;
}
.serverInfo span {
	width: max-content;
	max-width: 200px;
}
.serverList__img img {
    margin-left: 0.5rem;
}

.serverList__block {
    margin: 0 auto;
}
.serverBanner {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: .5rem;
}
.premium.fix {
    width: 100%;
    padding: 2rem;
}
code {
    padding: 1rem;
    color: #fff;
    white-space: break-spaces;
    background-color: #292c3e;
    border: 1px solid #e1e1e8;
    font-size: 12px;
    display: block;
    text-align: left;
	line-height: 1rem;
}
.serverBanner img {
    max-width: 100%;
    max-height: 100vh;
    min-height: 120px;
}
.area__block {
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
	table { display: table; overflow: auto }
	.serverBanner img { min-width: auto !important; }
	img { max-width: 100% !important; }
}