.registered{
    float: left;
    margin: 0 10px;
}
.remaining{
    margin: 0 10px;
    font-size: 1.5em;
    line-height: 35px;
    color: #fff;
    position: absolute;
    right: 0;
}
.participantsBlock{
    background: rgb(255, 255, 255);
    box-shadow: 0 0 5px #B9B9B9;
    border-radius: 2px;
    padding: 10px;
}
.panel-footer{
    font-size: 3em;
}
.progress{
    height:35px;
}
.progress-bar{
    font-size: 1.5em;
    line-height: 35px;
}
.clock{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.clock-item {
    padding-bottom: 40px;
    margin: 40px 0;
}
.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative; 
    width: 100%;
}
.clock-canvas {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}
.text {
    color: #fff;    
    font-size: 36px;
    font-weight: 300;  
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}
.text .val {
    font-size: .8em;
    line-height: .5em;
}
.text .type-time {
    font-size: 16px;
}
.clock-canvas{
    opacity: 0.8;
}
#canvas-days{
    background: #d43f3a;
}
#canvas-hours{
    background: #4cae4c;
}
#canvas-minutes{
    background: #eea236;
}
#canvas-seconds{
    background: #46b8da;
}