/**
Common stylesheet
**/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");


body{
	margin-top: 50px;
}
pre{
	word-break: normal;
}
.container-fluid{
	width: 90% !important;
}
.error{
	background: #f48f8f;
	color: #8c0505;
	border: 1px solid #8c0505;
	border-radius: 5px;
	padding: 10px;
}
.clear{
	clear:both !important;
}
#wrapper{
	margin-top: 40px;
}

.admin-link{
	background: #FFB168;
	color: white;
	border: 1px solid orange;
	padding: 4px 8px;
	border-radius: 4px;
	text-decoration: none;
}
.mail{
	background: #BBECFF;
	color: #FFF;
	border: 1px solid blue;
}
.field{
	margin: 10px 0px;
}


.pager{
	display:block;
}
.pager li{
	display:inline;
	list-style: none;
}
.pager li a{
	padding: 10px 5px;
	margin: 10px;
}
