body {
	font-family: sans-serif;
	font-size: 14px;
}

#container {
	max-width: 900px;
	margin: auto;
}

#header {
	font-size: 36px;
	padding-bottom: 15px;
}

#control {
	text-align: right;
	padding-top: 15px;
	float: right;
}

#not-logged-in {
	text-align: center;
	font-size: 20px;
}

.error {
	color: red;
	margin-right: 10px;
}

#username {
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#realname {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link {
	margin-left: 7px;
	margin-right: 7px;
}

.link {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}

#date-div {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}
#date-current {
	font-size: 24px;
	margin-left: 10px;
	margin-right: 10px;
}
#date-yesterday, #date-tomorrow {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 18px;
}
#date-controls {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
}

table {
	margin: auto;
}

.status {
	font-size: 80%;
}

table {
	border-collapse: collapse;
}

td, th {
	text-align: center;
	padding: 5px 15px;
	border: 1px solid black;
	width: 120px;
}

.entry {
	height: 35px;
	font-size: 13px;
}
.entry.booked {
	background-color: #eeaab0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: auto;
}
.entry.mine {
	background-color: #aad2ee !important;
}
.entry.editable {
	cursor: pointer;
}
.entry.editable:hover {
	background-color: white !important;
}
.entry.free {
	background-color: white;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry.free:hover {
	background-color: #98fb98;
}
.entry.before {
	background-color: #cccccc !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry.before.free {
	cursor: auto;
}
.entry.before.booked {
	background-color: #eeaab0;
}
.entry.before.booked.mine {
	background-color: #aad2ee;
	cursor: auto;
}

.selected {
	background-color: #98fb98 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.comment {
	font-size: 80%;
}

.modal {
	font-size: 20px;
	display: none;
	background-color: white;
	/*padding: 15px 30px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	display: none;
	position: fixed;
	top: 200px;
	left: 0;
	z-index: 1002;
}
.button {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	background-color: #cc1434;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	background-color: #eeaab0;
}

.modal table {
	width: 80%;
}
.modal td {
	text-align: left;
	border: 0;
}
.modal td.label {
	font-weight: bold;
	font-size: 80%;
}
.modal input, .modal select {
	font-size: 20px;
	width: 80%;
}
select.booktime {
	width: auto;
}
.buttons {
	text-align: right;
}

.booking {
	font-size: 24px;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.booking:hover {
	background-color: #eeaab0;
	color: white;
}

.section-header {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.section-header:hover, .section-header.open {
	background-color: #eeaab0;
	color: white;
}

.section {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#status {
	border: 0;
	font-size: 18px;
}
#status td {
	border: 0;
	line-height: 28px;
}
#status th {
	border: 0;
	border-bottom: 1px solid black;
}
.s-device {
	text-align: right;
	font-weight: bold;
	width: 200px;
}
.s-nuclei {
	font-weight: normal;
	font-size: 65%;
	line-height: 8px;
}
.s-icon {
	width: 30px;
}
.s-status {
	text-align: left;
	width: 300px;
}
.s-day-queue, .s-night-queue {
	width: 150px;
}
.normal {
	color: #009933;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wait {
	color: #FFB500;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.down {
	color: #C40027;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.beta {
	margin-left: 5px;
	font-size: 50%;
	color: #FFB500;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.tooltip {
	color: blue;
	cursor: pointer;
}
.tooltip:hover {
	text-decoration: underline;
}
.tooltipster-default {
	border-radius: 0;
	border: 1px solid black;
	background: white;
	color: black;
}
