File size: 793B
#vstart {
background-color: #4CDFB2;
border-radius: 100%;
color: white;
border: 3px #7BF7D2 solid;
font-weight: bold;
width: 50px;
height: 50px;
text-align: center;
outline: none;
}
#vstop {
background-color: #FF5F83;
border-radius: 100%;
color: white;
border: 3px #FFAFC1 solid;
font-weight: bold;
width: 50px;
height: 50px;
text-align: center;
outline: none;
}
#vtime {
text-align: center;
font-size: 35px;
color: #4C5C63;
margin-bottom: 12px;
}
#vinfo {
text-align: center;
font-size: 13px;
color: #EB3F7A;
font-weight: bold;
margin-top: 12px;
}
.vbody {
background-color: #ECF0F1;
padding: 15px;
border-radius: 7px;
margin-left: 10px;
margin-right: 10px;
margin-top: 12px;
}