
/* *************************************** */
/* *   Style Switcher: biggest font size * */
/* *************************************** */

@import url("style.css");

body {
    font-size:2em;
}

.contact-table tr .contact_list {
	display: none;
}

@media (max-width: 1700px){
   .InfoWrap{
    display: none;
	}

	.title-size{  
    font-size: 1em;
  	}

  	.iconSpan{
    display:none !important;
  }
}


