html, body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f8f8f8;
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color: #777;
}

table {
	width: 100%;
}

h1.title {
	padding: 5px 0;
	background-color: #7fc7af;
	margin: 0;
}

h1 img {
	vertical-align: bottom;
}

#body {
	background: #fff;
	border: 1px #ded solid;
}

#logo {
	max-width: 100%;
}

#content {
	margin: 10px 20px;
}

.fc-button {
	padding: 0.2em;
}

#email input[type="email"] {
	line-height: 30px;
	height: 30px;
	max-width: 250px;
	background: #efe;
	border: 1px #ded solid;
	margin: 0 10px;
	font-size: 130%;
}

#submit {
	display: inline-block;
	padding: 5px 20px;
	color: #555;
	background-image: linear-gradient(#fff, #f5f8fa);
	border-bottom: solid 2px #9a9;
	border-radius: 5px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-size: 110%;
}

#footer {
	font-size: 90%;
	color: #777;
}

#footer td {
	padding: 5px 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}

.error {
	color: #c65;
	text-align: center;
}

.type-available {
	background-color: #aca;
	border-color: #aca;
	color: #333;
}

.type-possible {
	background-color: #fea;
	border-color: #fea;
	color: #333;
}

#events {
	margin-top: 10px;
}

.fc-event {
	padding: 2px 5px;
}

#events .fc-event {
	display: inline-block;
	width: 150px;
}

.remove-button {
	color: black;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 13px;
	cursor: pointer;
	background-color: #fff
}

#content {
	margin: 15px;
}

.fc-ltr .fc-timeline-event {
	border-radius: 5px;
}

.fc-timeline .fc-head .fc-time-area .fc-cell-content {
	text-align: center;
}

.fc-resource-area.fc-widget-header,
.fc-resource-area.fc-widget-content {
	background-color: #dde8dd;
}

.fc-time-area.fc-widget-header {
	background-color: #dde8dd;
	font-weight: bold;
}

.fc-resource-area .fc-cell-content {
	text-align: right;
}

.fc-widget-header,
.fc-resource-area .fc-widget-content {
	border-color: #aaa !important;
}

.fc-unthemed .fc-divider {
	background: #ddd;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 5px;
	justify-content: center;
}

.fc-today-button {
	display: none;
}

.fc-toolbar h2 {
	font-size: 150%;
	line-height: 32px;
}

.fc-event {
	cursor: pointer !important;
	line-height: 20px;
}

.fc-event:hover {
	color: #333;
}
