.onOffStatLeft {
    position: relative;
    float: left;
    left: 100px;
    top: 20px;
    font-size: 14px;
    color: #5ec2ea!important;
    text-shadow: 2px 2px rgba(27, 25, 25, 1);
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
}

.onOffStatRight {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    color: #5ec2ea!important;
}
