#secondCount .countitround_seconds {
    width:130px;
    height:130px;
}
#secondCount .countitround_seconds_count {
    width:130px;
    height:130px;
    line-height:118px;
    font-size:23px;
    color:#313131;
}
#secondCount .countitround_minutes_text {
    width:130px;
    height:130px;
    line-height:153px;
    font-size:12px;
    color:#868686;
}
#secondCount .countitround_seconds_text {
    width:130px;
    height:130px;
    line-height:153px;
    font-size:12px;
    color:#868686;
}
#secondCount {
    margin-left: auto;
    margin-right: auto;
}
.countitround .countitround_seconds {
    position: relative;
    width: 188px;
    height: 188px;
    float: left;
    margin: 5px;
}

.countitround .canvas_seconds {
    position: relative;
    z-index: 2;
}

.countitround .canvas_background {
    position: absolute;
    z-index: 1;
    left: 0;
}

.countitround .countitround_seconds_text {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 188px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-weight: bold;
}

.countitround .countitround_minutes_count,
.countitround .countitround_seconds_count {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 188px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    font-weight: bold;
}