#nsspemainBar {
    visibility: hidden;
    position: absolute;
    top: 380px;
    right: 10px;
    height: 98px;
    width: 350px;
    color: white;
}

#nsspemainRight {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 98px;
    width: 248px;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 20px;
}

#nsspemainMaxInt {
    position: absolute;
    height: 98px;
    width: 98px;
    left: 0px;
    background-color: #444444;
    border-radius: 20px;
    line-height: 98px;
    font-size: 64px;
    font-family: OPPOSans-H;
    text-align: center;
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid white;*/
    box-sizing: border-box;
}

#nsspemainTime {
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 16px;
}

#nsspeEpicenter {
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 20px;
    line-height: 40px;
    width: 300px;
}

#nsspemainDepth {
    position: absolute;
    bottom: 0px;
    left: 4px;
    font-size: 25px;
}

#nsspemainMagnitude {
    position: absolute;
    bottom: 0px;
    right: 4px;
    font-size: 25px;
}

#nsspeMaxInt {
    position: absolute;
    height: 98px;
    width: 98px;
    left: 0px;
    background-color: #444444;
    border-radius: 20px;
    line-height: 98px;
    font-size: 64px;
    font-family: OPPOSans-H;
    text-align: center;
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid white;*/
    box-sizing: border-box;
}