@CHARSET "ISO-8859-1";


.hidemobile{}



@media only screen and (max-width: 500px) {
		.hidemobile *{display:none;}
		.hidemobile:after{content:'This is not available in mobile';}


	.no-mobile{display:none;}
	.mainheader, .mainbody{ margin: 0 !important; max-width: 100%; width: 100%; padding: 10px 0px !important;}
	.org-name{ position:relative; width: 100%; text-align: center; padding: 0px !important; border-bottom: 20px solid var(--secondary); border-bottom: none !important;}
	.table{ font-size: .8em;}




	.btn {
		font-size: .8em;
		padding: 2px 5px;
	}




}
