@charset "utf-8";
.-------- {
}
a {
	text-decoration: none;
}


.post-content {
	max-width: 35em;
}
#thankYouBlock {
	padding: 3em;
	float: left;
	width: 385px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 6em;
	margin-left: auto;
}
#legend {
	font-size: 0.7em;
	line-height: 1.2em;
	float: left;
	width: 100%;
	margin-bottom: 3em;
	margin-top: 1em;
}
#legend .item .booked {
	text-align: center;
	padding-top: 0px;
	background-color: #CCC;
	float: left;
	width: 20px;
	height: auto;
	border: 1px solid #000;
	margin-right: 1em;
}

#legend .item .available {
	text-align: center;
	padding-top: 0px;
	float: left;
	width: 20px;
	height: auto;
	border: 1px solid #000;
	margin-right: 1em;
	background-color: #FFF;
}
#legend .item .today {
	text-align: center;
	padding-top: 0px;
	float: left;
	width: 20px;
	height: auto;
	border: 1px solid #000;
	margin-right: 1em;
	background-color: #FF0;
}

#legend .item .pending {
	text-align: center;
	padding-top: 0px;
	background-color: #D0ECF0;
	float: left;
	width: 20px;
	height: auto;
	border: 1px solid #000;
	margin-right: 1em;
}



#legend .item .label {
	width: auto;
	float: left;
	margin-right: 3em;
	padding-right: .5em;
	padding-left: .5em;
}
#legend .item .label.big {
	background-color: #FFC;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
