#meetings {
	position: relative;
	padding-top: 2.8em;
}
#meetings h1 {
	position: absolute;
	top: 0;
	cursor: pointer;
}
#meetings div:not(.selected) h1 {
	color: #c0dcc8;
}
#venues h1 {
	left: 5.25em; /* 8.4em */
}
#controls {
	margin: 1.25em 0; /* 1.5em 0 */
	font-size: 1.2em;
	text-align: center;
}
#calendar {
	border-collapse: collapse;
}
#calendar th {
	height: 1.25em; /* 1.5em */
	padding-bottom: 0.5em;
	font-size: 1.2em;
	text-align: center;
}
#calendar td {
	border: 0.09090909em solid #ccc;
	width: 9.1818182em; /* 10.1em */
	height: 7.7272727em; /* 8.5em */
	padding: 0.36363636em; /* 0.4em */
	font-size: 1.1em;
	text-align: right;
}
#calendar td ul {
	margin: 0.18181818em 0 0 1.3636364em; /* 0.2em 0 0 1.5em */
	color: #3e875e;
	text-align: left;
}
#today {
	background-color: #eee;
}
.outside {
	color: #ccc;
}
#add {
	margin-top: -2.4em;
	text-align: right;
}
#add label {
	float: none;
}
#day {
	margin-right: 0.41666667em; /* 0.5em */
}
#location {
	margin-right: 0.41666667em; /* 0.5em */
	margin-left: 0.41666667em; /* 0.5em */
}
#ical {
	line-height: 2.4em;
}