/* Forum-shared */


.page-admin-dashboard #content {
	padding: 0;
	margin: 0 5%;
}

body.page-admin-dashboard .region-three-33-first {
	width: 100%;
}

body.page-admin-dashboard .region-three-33-first h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin-bottom: 40px;
}

body.page-admin-dashboard .region-three-33-first a {
	display: list-item;
  font-family: "open_sansregular";
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  color: #0277AE;
}




/* Mobile styling */
@media screen and (max-width: 780px){ 


body.page-admin-dashboard .region-three-33-first h3 {
	font-size: 18px;
}









}


