root { 
  display: block;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  font: 70% Verdana, Arial;
  overflow-y: scroll;
}

.no-border td {
  border-style: hidden !important;
}

@media all and (min-width: 480px) {
  .desktop { display: block; }
  .mobile { display: none; }
}

@media all and (max-width: 479px) {
  .desktop { display: none; }
  .mobile { display: block; }
}

