* { margin:0px; padding:0px; }
body{margin:0px;padding:0px;text-align:center;text-align:center;font-weight:normal;font-size:12px;color:black;}
div, p, a, h1, h2, h3, span, ul, li, form, label, input, table, td{margin:0px;padding:0px;}
body, p, a, h1, h2, h3, li, label, input, option, td, textarea {color:black;font-family:Verdana;font-size:12px;line-height:20px; color: #7e7f82; }

/* desktop */
@media screen and (min-width:704px) {
  .mobile-invisible {}
  .tablet-invisible {}
  .desktop-invisible {display: none;}
}
/* tablet */                 
@media screen and (min-width:350px) and (max-width:703px) {
  .mobile-invisible {}
  .tablet-invisible {display: none;}
  .desktop-invisible {}
}
/* mobile */
@media screen and (min-width:0px) and (max-width:349px) {
  .mobile-invisible {display: none;}
  .tablet-invisible {}
  .desktop-invisible {}
}