pre {
    font-size: 18px;
}


.app-board-circle-out-on {
    width: 32px;
    height: 14px;
    border-radius:20px;
    display: inline-block;
    background-color: #00A968;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.app-board-circle-in-on {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:-2px;
    right:0px;
}

.app-board-circle-out-off {
    width: 30px;
    height: 14px;
    border-radius:20px;
    display: inline-block;
    background-color: #EDEDED;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.app-board-circle-in-off {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:-2px;
    left:0px;
}

.phone-board-circle-out-on {
    width: 32px;
    height: 18px;
    border-radius:20px;
    display: inline-block;
    background-color: #5DC1CF;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.phone-board-circle-in-on {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:0px;
    right:0px;
}

.phone-board-circle-out-off {
    width: 30px;
    height: 18px;
    border: 1px solid rgb(192, 190, 190);
    border-radius:20px;
    display: inline-block;
    background-color: white;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.phone-board-circle-in-off {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:0px;
    left:0px;
}


.pc-board-circle-out-on {
    width: 32px;
    height: 18px;
    border-radius:20px;
    display: inline-block;
    background-color: #5DC1CF;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.pc-board-circle-in-on {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:0px;
    right:0px;
}

.pc-board-circle-out-off {
    width: 30px;
    height: 18px;
    border: 1px solid rgb(192, 190, 190);
    border-radius:20px;
    display: inline-block;
    background-color: white;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.pc-board-circle-in-off {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: absolute;
    top:0px;
    left:0px;
}



