.calendar-day {
    -moz-column-width: 180px;
    -webkit-column-width: 180px;
    column-width: 180px;
}

.calendar-day b{
	font-weight:600;
}

