﻿@media only screen and (max-width: 620px) {
	.bodyhtml-00-middle .content p, .bodyhtml-00-middle .content div, .bodyhtml-00-middle .content ul  {
		width: 98%!important;
	}
	.bodyNewsMiddle .content, .bodyScheduleMiddle .content {
		width: 92% !important;
	}
	.customForm-mobile form input[type="text"], .customForm-mobile form textarea {
		width: 98%!important;
	}
	#frmCheckout input[type="text"] {
		width: 98%!important;
	}
}

@media only screen and (max-width: 560px) {
	.datatable {
		width: 85%;
	}
}

@media only screen and (max-width: 480px) {
	
	.bodyNewsMiddle  #newsStatusBtn {
		display:none!important;
	}
	.content img {
		height: auto!important;
	}
	#ShowPhotos a img {
		width: 92%;
		margin: 17px auto!important;
		height: auto!important;
	}
	.bodyNewsMiddle .byline a {
		display: none!important;
	}
	.miniEmailSend tr td input {
		width: 40%!important;
	}
	.miniEmailSend tr td textarea {
		width: 55%!important;
	}
	#popupContainer {
		width: 75% !important;
		left: 50px !important;
	}
	.popupBody form input[type="text"] {
		width: 90%!important;
	}
	.popupBody h1:first-of-type {
		font-size: 16px!important;
	}
	.popupBody form p {
		margin:5px 0!important;
	}
	.noShowMobile {
		display: none;
	}
	.mobileViewPhoto {
		width: 92%!important;
		height: auto!important;
	}
	/* .bodyhtml-00-middle { */
		/* width: 92%!important; */
	/* } */
	.customForm-mobile form label {
		font-size: 9px!important;
	}
	.datatable {
		width: 100%;
	}
	.datatable td, .datatable th {
		white-space: normal;
	}
			
}
@media only screen and (max-width: 411px) {
	.container label {
		font-size: .8rem;
	}
}

@media only screen and (max-width: 411px) {
	.container label {
		font-size: .7rem;
	}
}


