body{
	background:#EEF2FB;
	font-family: OpenSans,Arial,Tahoma,sans-serif;
}


#page{
	position: absolute;
	top:80px;
	left:0;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	min-height: 200px;
	padding-bottom:200px;
}

.button{
	text-transform: uppercase;
	background:#0F5E85;
	padding:5px 3px;
	cursor: pointer;
	color:white;
	margin-bottom:5px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-align: center;
}

.button[disabled='']{
	background:#a6a6a6 !important;
	border-color:#808080 !important;
}

.crumbs{
	margin-bottom:5px;
}

.crumbs a{
	color:black;
	text-decoration:underline
}

.crumbs a:hover{
	text-decoration:none
}

.crumbs ol{
	padding-left:0px;
}

.crumbs li{
	list-style: none;
    position: relative;
    /*float: left;*/
	display: contents; /*display: inline-block;*/
}

#logo img{
border: 2px solid white;
border-radius: 27px;
-webkit-border-radius: 27px;
-moz-border-radius: 27px;
}