/* CSS-file with custom styles - don't delete this file and this rule!!! */
.custom_rule { color: inherit; }


ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline-block;
}

ul.navigation li a {
	background: #02b5e3;
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding: 5px;
	text-align: center;
	width: 23px;
}

ul.navigation li a.selected {
	background: #666666;
}

.alert-warning {
	color: #624b0f;
	border-color: #ebc875;
	background: #ffeec6;
	padding: 15px;
}