input[type=text] {
  width: 230px;
  padding: 2px 2px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 2px solid gray;
  border-radius: 10px;
  font-size: 0.7rem;
  color: gray;
}


.styled {
    width: 220px;
	height: 34px;
    border: none;
    outline:none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.styled2 {
    width: 160px;
	height: 34px;
    border: none;
    outline:none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled2:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled2:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.styled3 {
    width: 120px;
	height: 34px;
    border: none;
    outline:none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styled3:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled3:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


.styled4 {
    width: 60px;
	height: 34px;
    border: none;
    outline:none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled4:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled4:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.btn {
    width: 85px;
	height: 22px;
    border: none;
    outline:none;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.btn:hover {
    background-color: rgba(255, 0, 0, 1);
}

.btn:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.btn2 {
    width: 82px;
	height: 22px;
    border: none;
    outline:none;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(107, 107, 107, .8);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.btn2:hover {
    background-color: rgba(134, 134, 134, .8);
}

.btn2:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.btn3 {
    width: 50px;
	height: 22px;
    border: none;
    outline:none;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(107, 107, 107, .8);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.btn3:hover {
    background-color: rgba(134, 134, 134, .8);
}

.btn3:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.btnp {
    width: 110px;

    border: none;
    outline:none;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #001333;
}

#site_content_2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    background: transparent url("../images/transparent2.png");
}
#top_servers {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    background: transparent url("../images/transparent2.png");

}

.content {
    width: 94%;
    margin-left: auto;
    margin-right: auto;

    color:#ffffff;
    padding: 20px 0 0 0;
}
.modalWindow {
    position: fixed;
    top: 6;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
}
.modalWindow2 {
    position: fixed;
    top: 6;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;

}
.modalWindow:target {
    opacity: 1;
    pointer-events: auto;
}
.modalWindow2:target {
    opacity: 1;
    pointer-events: auto;
}
.modalWindow > div {
    border: 1px solid #dadada;
    width: 96%;
    height: 98%;
    position: relative;
    margin: 10px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    background: transparent url("../images/transparent2.png");
    overflow: scroll
}
.modalWindow2 > div {
    border: 1px solid #dadada;
    width: 94%;
    height: 498px;
    position: relative;
    margin: 10px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    background: transparent url("../images/transparent2.png");
    overflow: scroll
}
.modalWindow .close {
  position: -webkit-sticky;
  position: sticky;
    top: 0;
    left: 100%;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #59c700;
    text-shadow: 1px 1px 1px #000;
}
.modalWindow2 .close {
  position: -webkit-sticky;
  position: sticky;
    top: 2px;
    left: 100%;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #59c700;
    text-shadow: 1px 1px 1px #000;
}

.modalWindow .close:hover {
    color: #ff0000;
    text-shadow: 1px 1px 1px #000;
}
.modalWindow2 .close:hover {
    color: #ff0000;
    text-shadow: 1px 1px 1px #000;
}
.modalWindow .content {
    margin-left: auto;
    margin-right: auto;
    font: 18px arial, sans-serif;
    text-shadow: 1px 1px #000;
}
.modalWindow2 .content {
    margin-left: auto;
    margin-right: auto;
    font: 18px arial, sans-serif;
    text-shadow: 1px 1px #000;
}
.imgfix{
    position:relative;
    bottom:0px;
    left: 0px;
}
.pingDiv {
    position: absolute;
    left: 2px;
    top: -2px;
	width: 99.5%;
}