/* @group General */
body {background: #333;}
h1 {color: #ccc; font-weight: bold;}

/* @end */
/* @group Page Header */

#pageheader {
	background: #333;}
#pageheader .logo>img {
	height: 100%;
	width: auto;}
#pageheader .loginrequest {
	font-weight: bold;
	font-style: italic;
	color: white;}

@media only screen and (max-width: 64.000em) {

}
@media only screen and (max-width:40.063em) {

}

/* @end */
/* @group Page Content */

#pagecontent {
	background: #f5f5f5;
	padding: 15px 0;}

@media only screen and (max-width: 64.000em) {

}
@media only screen and (max-width:40.063em) {

}

/* @end */
/* @group Page Footer */

#pagefooter {
	padding-top: 15px;
}
#pagefooter .inline-list {
	color: #fff;
	font-size: 12px;
}

@media only screen and (max-width: 64.000em) {

}
@media only screen and (max-width:40.063em) {

}

/* @end */