/*****Circular loader and ping tool*****/
#wait, #compare-wait { 
    display: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 38px;
    font-style: italic;
}
div#form .nice-select {
    width: calc(100% - 170px) !important;
    vertical-align: top;
        margin-right: 9px;
}
button#getLatency {
    background: #dc880c;
    color: #fff;
    border: 0px;
    padding: 11px 23px;
    width: 160px;
    border-radius: 3px;
    cursor: pointer;
}
div#container1 {
    width: 220px;
    margin: 0 auto;
    position: relative;
}  
.progressbar-text {

}
div#result {
    display: none;
    text-align: center;
}
 span#res, span#maxL, span#minL, p#max  {
    border: 2px dashed #d3820a;
    padding: 8px 20px;
    font-size: 23px;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 30px;
} 
button#tryanthr:hover {
    background: #fc7a51;
}
button#tryanthr, div#best-region-recheck button {
    margin-top: 45px;
    background: #FF5722;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 40px;
}
div#mixingtool {
    border: 1px solid #dedede;
    padding: 40px 30px 50px;
    border-radius: 9px;
        min-height: 475px;
        position: relative;
            background: #081b1f;
} 
span#res-region, p#max-region {
    font-size: 20px;
}
div#form p {
    font-size: 20px;
    margin-bottom: 40px;
}
div#form {
    text-align: center;
    padding: 80px 0;
}
#compare {
    display: none;
    text-align: center;
}
 div#find-best-region {
    position: absolute;
    text-align: center;
    width: 94%;
    bottom: 17px;
}
button.mybtn {
    display: inline;
    background: none;
    border: none;
    font-weight: bold;
}
div#other-region {
    margin-top: 33px;
}   
.checkout-form input[type="submit"] {
    background: #061da4;
    color: #fff;
    border: 0;
}
div#lol-link {
    margin: 0px 0 0px;
    text-align: center;
}
div#lol-link a {
    display: block;
    background: #f64140;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid;
    border-radius: 4px;
    font-weight: 500;
}
div#lol-link a:hover {
    background: #ff7777;
} 

@media only screen and (max-width: 767px) {
div#form .nice-select {
    width: 100% !important;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 20px;
}
button#getLatency {
    width: 100%;
}
div#lol-link a {
    font-size: 12px;
}

}

@media only screen and (max-width: 400px) {
div#find-best-region {
    position: absolute;
    text-align: center;
    width: 80%;
    bottom: 17px;
}
button.mybtn {
    display: inline;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
div#form p {
    font-size: 16px;
    margin-bottom: 40px;
}

}
























