.calendar_label{
	display: table;
	width: 100%; 
	margin-bottom: 40px; 
}
.calendar_label > div{
	width: 200px; 
	float: left;
}
.calendar_label > div > div {
	width: 100px; 
	float: left; 
}
.preco{
    position: absolute; 
    top: 30px; 
}