.r-calendar-month-div {
	margin-top: 20px;
	height: 190px;
}

.r-calendar-month-table {
	width: 200px;
	border-collapse: inherit;
	border-spacing: 3px;
}

.r-calendar-month-table td {
	text-align: right;
	padding: 3px 5px 0 0;
	background-color: #f4f4f4;
}

.r-calendar-month-table td a {
	color: #000000;
}

.r-calendar-month-label {
	text-align: center !important;
	padding-top: 5px;
	font-weight: bold;
	background-color: #ffffff !important;
}

.r-calendar-week-label {
	padding: 3px 7px 0 0 !important;
	background-color: #dadada !important;
	font-weight: bold;
}

.r-calendar-preordered {
	background-color: #f0bf78 !important; /* warning */
}

.r-calendar-reserved {
	background-color: #8dd5ea !important; /* info */
}

.r-calendar-rented {
	background-color: #429deb !important; /* primary */
}

.r-calendar-owner-rented {
	background-color: #2b77aa !important;
}

.r-calendar-unavailable {
	background-color: #ef8888 !important; /* danger */
}

.r-calendar-available {
	background-color: #8bea8b !important; /* success */
}

.r-calendar-requested {
	background-color: #ffaacc !important;
}

.r-calendar-empty {
	background-color: #ffffff !important;
}

.r-calendar-legend {
	margin: 10px 0 5px 0;
	height: 15px;
	border: solid 2px #000000;
}

.r-calendar-legend td {
	width: 100px;
	text-align: center !important;
	padding: 4px 6px 4px 6px;
	border: solid 2px #000000;
}

