table.rs_calendar_module th {
    background: none;
    color: #1f1f1f;
    text-align: center;
    width: 35px;
	line-height: 32px;
}

table.rs_calendar_module td {
	background: #ffffff;
	text-align: center; 
	color: red; 
	padding: 0 !important;
	border: 1px solid #dddddd;
}

table.rs_calendar_module td.prev-month, table.rs_calendar_module td.next-month { 
	color: grey; 
}

table.rs_calendar_module a { 
	text-decoration: none;
	display: block;
	line-height: 36px;
}

table.rs_calendar_module td.curr-day { 
	font-weight: bold !important; 
}

table.rs_calendar_module td.has-events a { 
	background: none repeat scroll 0 0 #1f1f1f;
    font-weight: bold;
    color: #fff;
}

.rs_table {
	margin-bottom: .5rem;
}

.rs_table tr, .rs_table td {
	border: medium none;
}

.rs_clear {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.rs_calendar_arrows_module {
	padding: 0 20px;
	font-size: xx-large;
}

[id^="rscalendarmonth"] {
	font-size: x-large;
}