@media screen {
  body {
    margin: 0px;
    padding: 0px;
    background: #cbe6fb;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
  td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    padding: 5px;
  }
  #intermezzo {
    white-space: nowrap;
  }
  a {
    outline: none;
    color: #e328ad;
    text-decoration: underline;
  }
  #maintable {
    max-width: 480px;
    max-height: 320px;
	  border: 1px dashed #e329ae;
  }
  #container {
    width: 100%;
    height: 100%;
  }
  #counter {
    font-weight: bold;
  }
}

@media handheld {
  body {
    font-size: 11px;
  }
  td {
    font-size: 11px;
    padding: 5px;
  }
 
  .maintable {
    width: 100%;
    height: 100%;
    border: 0 none #cbe6fb;
  }
 
}
