@charset "UTF-8";
#wrapper {
	max-width: 400px;
	margin: 20px auto;
}
.xo-event-calendar .xo-months {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.xo-event-calendar .month-header button {
	display: none;
}
.xo-event-calendar .xo-month-wrap {
	width: 47%;
}
.xo-event-calendar table.xo-month > thead th {
	padding: 4px !important;
	font-size: 12px;
	color: #FFF;
	background-color: #cbae90;
}
.xo-event-calendar table.xo-month > thead th.saturday {
	color: #FFF;
	background-color: #6091d3;
}
.xo-event-calendar table.xo-month > thead th.sunday {
	color: #FFF;
	background-color: #f2300e;
}
.xo-event-calendar table.xo-month .month-event-space {
	display: none;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
	display: none;
}
.xo-event-calendar table.xo-month .month-dayname td div {
	text-align: center;
	font-size: 12px;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #017b2d;
}
.xo-event-calendar .holiday-titles {
	display: none;
}
.day-titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5px 0 0;
}
.day-titles p.holiday-title {
	margin-right: 15px;
}
.day-titles p.holiday-title span {
	margin: 0 5px 0 0;
	padding: 0 0 0 18px;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
	#wrapper {
		margin: 6%;
	}
	.xo-event-calendar table.xo-month > thead th {
		font-size: 10px;
	}
	.xo-event-calendar table.xo-month .month-dayname td div {
		font-size: 10px;
	}
	.day-titles {
		font-size: 12px;
	}
	.day-titles p.holiday-title span {
		padding: 0 0 0 12px;
	}
}