.body {
    font-family: Montserrat, sans-serif;
    background-color: #f6f6f6;
}

div.header {
    background: linear-gradient(302deg,#9d00ff,#cf357e 50%,#ff8d10);
    height: 48px;
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    margin-left: auto;
    margin-right: auto;
}

.details {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 100px;
}

.status {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
    position: relative;
}

.scrollabeContainer {
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.statusHeader {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.13;
    color: #404040;
    margin-bottom: 12px;
}

.statusParagraph {
    font-size: 24px;
    font-weight: 600;
    color: #404040;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}

.statusContent {
    margin: 30px 60px 30px 30px;
}

.box {
    width: 100%;
    border-radius: 15px;
    border: solid 1px #404040;
    font-size: 18px;
    background-color: #f6f6f6;
}

.box_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -10px;
    right: -12px;
    border-radius: 20px;
    border: solid 1px #404040;
    background-color: rgba(64, 64, 64, 0.1);
}

.boxParagraph {
    height: 100%;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    background-color: #ffffff;
    color: #404040;
}

.boxParagraphTop {
    height: 100%;
    position: relative;
}

.insideBox {
    padding: 12px 60px 12px 32px;
    position: relative;
    line-height: 1.67;
}

.msg {
    padding-left: 24px;
    border-left: 4px solid;
    position: relative;
}

.msg:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.msg:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.msgWarning {
    border-color: #f7b500;
}

.msgWarning::before {
    background: #f7b500;
}

.msgWarning::after {
    background: #f7b500;
}

.msgError::before {
    background: #f5444b;
}

.msgError::after {
    background: #f5444b;
}

.msgError {
    border-color: #f5444b;
}

.msgOK {
    border-color: #73c238;
}

.msgOK::before {
    background: #73c238;
}

.msgOK::before {
    background: #73c238;
}

.pingLabel{
    display: contents;
}


a {
    color: #ff791a;
    font-weight: 600;

}

.header_container {
    max-width: 1140px;
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.headerIcon {
    width: 40px;
    top: 2px;
    position: relative;
    margin-right: 6px;
}

h1.header {
    color: white;
    font-size: 15px;
    float:right;
    margin-top: 13px
}

img.header {
    height: 27px;
    margin-top: 10px;
}

.loading {
    position: absolute;
    top: -80px;
    left: 30px;
}

div.results {
    display: block;
    margin-left: 10%;
    margin-top: 150px;
    width: 80%;
}

.hidden {
    display:none;
}


div.error {
    height: 100px;
}

h2.error {
    color:Tomato;
}

h2.success {
    color: mediumseagreen;
    margin-top:0px;
}

h2.warning {
    color:#fad201;
}

h2.float {
    float:left;
    max-width: 85%;
}

img.results {
    width:100px;
    float:left;
    margin-right: 20px;
}

img.details {
    max-width: 15%;
    width: 100px;
    cursor:pointer;
    margin-right: 0px;
    margin-left: 0px;
}

.detailsLeft {
    width: 33%;
    float: left;
}


.detailsRight {
    width: 66%;
    float: left;
}

@media(max-width:1199) {

}

@media(max-width:989) {
    .status {
        margin-top: 150px;
    }
}

@media(max-width: 767px) {
    .details {
        width: 500px;
    }

    .status {
        width: 500px;
        margin-top: 120px;
    }

    .insideBox {
        padding: 12px 28px 12px 14px;
    }

    .statusContent {
        margin: 30px 20px 30px 12px;
    }

    .msgWarning {
        padding-left: 14px;
    }

    .msgOK {
        padding-left: 14px;
    }

    .msgError {
        padding-left: 14px;
    }
}

@media(max-width: 575px) {
    .details {
        width: 90%;
    }

    .status {
        width: 90%;
    }

    .statusContent {
        margin: 30px 20px 30px 10px;
    }
}
