.button_start_inner,
body {
    width: 100%;
    font-family: 'Open Sans', sans-serif
}

.box_score,
.box_start,
.header,
.logo,
.nav_close {
    text-align: center
}

*,
body {
    margin: 0;
    padding: 0
}

.header,
body {
    background: #fff
}

.logo_inner,
.view_server {
    transform: translateX(-50%);
    font-weight: 700
}

body {
    color: #222;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    -webkit-user-select: none
}

.nav,
.nav_close {
    user-select: none
}

body,
html {
    height: 100%
}

.header,
.logo {
    width: 100%;
    height: 66px;
    position: absolute
}

.header {
    top: 0;
    z-index: 1000
}

.logo {
    display: flex;
    align-items: center
}

.restart_test,
.restart_test img,
.server_change,
.server_change img {
    width: 50px;
    height: 50px
}

.logo_inner {
    position: absolute;
    left: 50%;
    background: #33445a;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 10px;
    border-radius: 6px
}

.server_change {
    position: absolute;
    margin: 8px 0 0 10px;
    z-index: 1000
}

.restart_test {
    position: absolute;
    right: 0;
    margin: 8px 10px 0 0;
    display: none;
    opacity: 0
}

.box_start {
    position: relative;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 1;
    overflow-y: hidden
}

.start_container {
    width: 100%;
    margin-left: -50%;
    border-radius: 3px;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.current_ssid {
    margin: 8px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    /*font-weight: 300;*/
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #222222
}

.current_isp {
    margin: 2px 0 0 0;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #555555;
    opacity: 1;
}

.running_container {
    width: 100%;
    margin-left: -50%;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.finshed_container {
    width: 100%;
    margin-left: -50%;
    border-radius: 3px;
    position: absolute;
    opacity: 0;
    top: 110%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.finshed_title {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: .05em;
    margin: 0 0 8px 0
}

.button_start {
    margin: auto auto;
    background: #4490d8;
    width: 80%;
    min-width: 200px;
    max-width: 400px;
    height: 60px;
    border-radius: 30px;
    display: table;
    opacity: .5;
    -webkit-box-shadow: 0 10px 12px -10px rgba(34, 34, 34, .6);
    -moz-box-shadow: 0 10px 12px -10px rgba(34, 34, 34, .6);
    box-shadow: 0 10px 12px -10px rgba(34, 34, 34, .6);
    transition: all 250ms
}

.button_start:active {
    background: #000
}

.button_start.finshed {
    background: #66a15a;
    opacity: 1;
}

.button_start.disabled {
    pointer-events: none;
    opacity: .5
}

.button_start_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: .1em;*/
    letter-spacing: 0.05em;
    padding: 3px 0 0 0;
    color: #fff
}

.button_restart {
    width: 90px;
    height: 40px;
    z-index: 3000
}

.box_running {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 100;
    overflow: hidden
}

.running_top {
    height: auto;
    width: 100%
}

.running_center {
    flex: 1;
    width: 100%
}

.running_bottom {
    height: auto;
    width: 100%
}

.current_info,
.view_server {
    position: absolute;
    z-index: 1000;
    text-align: center
}

.view_server {
    bottom: 20px;
    left: 50%;
    padding: 0 20px;
    color: #99a1ac;
    font-size: 13px;
    background: #eee
}

.view_server span {
    font-weight: 300;
    font-size: 16px;
    color: #33445a
}

.box_score>.score,
.box_score>.score_extra_small,
.box_score>.score_small {
    letter-spacing: -2px;
    font-weight: 700
}

.download,
.ping,
.upload {
    color: #333e4d
}

.final_color {
    color: #47636f
}

.box_score_inner {
    width: 90%;
    height: 100%;
    margin: 0 0 0 5%;
    position: absolute;
    top: 4000px
}

.box_score {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.box_score>.score {
    font-size: 100px;
    line-height: 100px
}

.box_score>.score_small {
    font-size: 80px;
    line-height: 80px;
    opacity: .8
}

.box_score>.score_extra_small {
    font-size: 60px;
    line-height: 60px;
    opacity: .6
}

.box_score>.format {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1px;
    opacity: .5
}

.box_score>.format strong {
    font-weight: 700
}

.box_score>.format_small {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1px;
    opacity: .4
}

.box_score>.format_small strong {
    font-weight: 700
}

.box_score>.format_extra_small {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1px;
    opacity: .3
}

.box_score>.format_extra_small strong {
    font-weight: 700
}

.final_score {
    font-size: 40px;
    width: 100%;
    display: table;
    margin: 40px 0 0
}

.final_score>.left,
.final_score>.right {
    display: table-cell;
    width: 50%
}

.final_score>.left>.score {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700
}

.final_score>.left>.format {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1px;
    opacity: .5
}

.final_score>.right>.score {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700
}

.final_score>.right>.format {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1px;
    opacity: .5
}

.current_info {
    top: 0;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    font-size: 11px;
    font-weight: 700;
    /*color: #99a1ac;*/
    color: #555555;
    opacity: 0
}

.current_info span {
    font-weight: 300;
    font-size: 14px;
    color: #444444
}

.header_inner {
    position: relative;
    display: table;
    width: 85%;
    height: auto;
    margin: 0 auto 40px auto;
    /*text-transform: uppercase;*/
    vertical-align: bottom
}

.header_result_left {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: 600;
    color: #000
}

.header_result_left span {
    text-transform: none
}

.header_result_left>.score {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 0 0 0;
    color: #000
}

.header_result_left>.score.blue {
    color: #4490d8;
}

.header_result_right {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: 600;
    color: #000
}

.header_result_right span {
    text-transform: none
}

.header_result_right>.score {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 0 0 0;
    color: #000
}

.header_result_right>.score.green {
    color: #66a15a;
}


.header_result_info {
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .02em;
    opacity: .7
}

.header_result_info small {
    text-transform: none;
    font-size: 14px
}

.box_score_live {
    width: 70%;
    margin-left: -35%;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.box_score_live>.title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: .03em;
    opacity: 1;
}

.box_score_live>.title strong {
    text-transform: none
}

.box_score_live > .score {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18vw;
    font-weight: 700;
    /*letter-spacing: -1vw;*/
    margin: 12px 0 0 0;
    line-height: 18vw;
    color: #333e4d;
}

.box_score_live>.score.blue {
    color: #4490d8;
}

.box_score_live>.score.green {
    color: #66a15a;
}

.box_score_live>.score.orange {
    color: #d78c3c;
}


.progress {
    position: relative;
    z-index: 100;
    opacity: 0;
    width: 75%;
    max-width: 500px;
    height: auto;
    margin: auto auto
}

.progress>svg {
    height: 100%;
    display: block
}

.progress.ping {
    z-index: 300
}

.progress.download {
    z-index: 200
}

.progress.upload {
    z-index: 100
}

@media (min-width:600px) {
    .box_score_live>.score {
        font-size: 90px;
        /*letter-spacing: -1px;*/
        line-height: 90px
    }
}

@media (max-width:600px) {
    .box_score_live>.score {
        width: 100%;
        text-align: center;
        font-size: 18vw;
        font-weight: 700;
        /*letter-spacing: -1vw;*/
        line-height: 18vw;
        color: #333e4d
    }
}

@media (max-width:360px) {
    .header_inner {
        margin: 0 auto 20px auto
    }
}