@charset "utf-8";

.calendar {
	display: inline-flex;
	width: 300px;
	border-collapse: collapse;
	table-layout: fixed;
	margin-right: 10px;
	margin-bottom: 20px;
}
.calendar, th, td {
	border: none;
}
.calendar th {
	font-size: 12px;
}
.calendar td {
	font-size: 14px;
}
.calendar th,
.calendar td {
	padding: 8px;
	text-align: center;
}
.calendar .sun {
	color: #f00;
}
.calendar .sat {
	color: #00f;
}

.today {
	height: 26px;
	width: 26px;
	border-style: solid;
	border-radius: 50%;
	border-color: #555;
	border-width: 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	padding-top: 1px;
}

.schedule-off {
	font-weight: normal;
	padding: 0px 3px;
}

.schedule-on {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	padding-top: 2px;
}

ul.schedule-color-swatches {
	display: block;
	margin-top: 10px;
	margin-left: 6px;
}
ul.schedule-color-swatches li {
	margin-bottom: 4px;
	white-space: nowrap;
	list-style-type: none;
	font-size: 14px;
}
ul.schedule-color-swatches li span {
	display: inline-block;
}

