html,
body {
	font-size: 16px;
}
header {
	margin-top: 50px;
}
header img {
	max-width: 100%;
}
.help-block {
	margin-bottom: 2px;
}
.table, .list-group {
	margin-bottom: 15px;
}
.checkbox-adjust {
	position: relative;
	top: 8px;
	padding-bottom: 40px;
}
.cancelled {
	text-decoration: line-through;
}
.red {
	color: #c55;
}

.black {
	color: black;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.blocked.btn {
	color: #ccc !important;
	pointer-events: none !important;
}
.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
div.hint-block {
	color: #0b96ce;
}
