.calendar_table {
	width: 100%;	
	
}

.calendar_table tr {
	vertical-align: top;
	
}

.calendar_table td {
	padding: 5px 20px 5px 5px;
	border-style:	dotted dotted none dotted;
	border-width:	1px;0
}

.calendar_table td:nth-child(1), 
.calendar_table td:nth-child(2),
.calendar_table td:nth-child(3)
{
	border-right-width:	0px !important;
}


.calendar_table tr:last-child td {
	border-style:	dotted;	
}