			@media only screen 
		and (min-device-width : 320px) 
		and (max-device-width : 480px) {

				/* Smartphones (portrait and landscape) ----------- */

                        .ERP  {
			 width: 100%;
			 margin: auto;
			 border: 0px #cccccc solid;
			}
			
		 }

		@media only screen 
		and (min-device-width : 768px) 
		and (min-width : 768px) {

				/* Desktops and laptops ----------- */
			   
			  .ERP  {
			 width: 1240px;
			 margin: auto;
			 border: 0px #cccccc solid;
			}
				

		 }

.ERPtitle { 
font-family: Arial; 
font-weight: bold; 
font-size: 38px; 
color: #3596c3; 
font-style: normal; 
letter-spacing: 0px; 
}

		

