.timer{
    width: 290px;
    margin: auto;
    text-align: center;
}

.timer .title{
    margin-bottom: 20px;
    color: rgba(255,255,255,0.75);
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.timer .block {
    float: left;
}

.timer .block .rect {
    width: 60px;
    height: 60px;
	/*margin: auto auto 10px;*/
    padding: 5px 5px;
    background-color: #52e269;
    font-family: 'Roboto Bold', Arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    border-radius: 10px;
}

.timer .block .label {
    text-align: center;
    font-family: "Exo2 Medium", Arial;
    font-size: 15px;
}

.timer .points {
    float: left;
    width: 35px;
    height: 60px;
    text-align: center;
    font-family: 'Roboto Bold', arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
}