body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #000;
    color: #fff;
    line-height: 1.8;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}

.center {
    text-align: center;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 1400px;
}

#head_line {
    font-size: 32px;
    margin: 22px 0;
}

.site_title {
    text-align: center;
}

#language_list {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 1.2rem;
}

#language_list_button {
    cursor: pointer;
}

#language_list_menu {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    padding: 0 8px 0 8px;
    margin: 3px 0 0 0;
    border-width: 0;
    border-radius: 5px;
    list-style: none;
    background-color: #fff;
    color: #000;
    width: 180px;
    height: 400px;
    overflow-y: auto;
}

.section_title {
    color: #8dcea8;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #6fc3df;
    text-align: center;
}

th {
    color: #8dcea8;
}

.os th {
    width: 150px;
}

#nav {
    text-align: center;
    font-size: 1.6rem;
    color: #8dcea8;
}

#nav a {
    padding: 0 1.5rem;
}

hr {
    border: none;
    height: 1px;
    background-color: #8dcea8;
}

.buy {
    cursor: pointer;
}

#cloud_server_country_table {
    width: 100%;
    table-layout: fixed;
}

#dedicated_server_country_table {
    width: 50%;
    table-layout: fixed;
}

#contact_info {
    margin: 50px 0 150px 0;
    text-align: center;
    font-size: 1.5rem;
}

#bottom_hr {
    margin-top: 40px;
}

#footer {
    text-align: center;
}