.el-timer {
    width: 400px;
    margin: 0 auto;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles > div {
    position: absolute;
    text-align: center;
}

.time_circles > div > h4 {
    margin: 0px;
    padding: 0px 0 5px;
    text-align: center;
    font-size: 15px;
    font-family:'MuseoSansRegular';
    color: #fff;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px !important;
    margin-top: 0.4em;
    color: #fff;
    font-family:'MuseoSansMiddle';
}