
.custompages_body {

	font-size: 16px;
	font-weight: 700;
	color: #3C3C3C;
	margin-right: auto;
	margin-left:  auto;
	max-width: 50%;

}


@media only screen and (max-width: 768px) {

.custompages_body {

	width: 90%;
	max-width: 90%;
}


}/* end @media */




.name_larger {

	text-decoration: underline;
	font-size: 1.2em;

}

.blue_bold {

	font-weight: bold;
	color: #0000FF;

}

.red_bold {

	font-weight: bold;
	color: #FF0000;

}




/*

------------------------------------------------------------------------------------------------
	Player CSS
------------------------------------------------------------------------------------------------

*/


.mejs__overlay-button {

	display:none;
}


.mejs__controls { 

	visibility: hidden; 
}
