body {
    font-family: Sans-Serif;
    white-space: pre;
    background-color: #FFF;
}

p {
  font-family: monospace;
  white-space: pre;
}

table, td {
    #position: relative;
    background-color: #eee;
    border: 1px solid #666;
    padding: 4px;
    text-align: left;
    #vertical-align: top;
    border-spacing: 8px; #<----
    border-collapse: collapse;
    #width: auto;
}

.mouse_over_text {
    #cursor: help;
    position: relative;
    font-family: monospace;
    text-decoration: none;
}

.mouse_over_text span {
  display: none;
}

.mouse_over_text:hover img {
  outline: dotted #FFAD33 2px;
}

.mouse_over_text:hover span {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 99;
  display: block;
  width: auto;
}

.classic {
  color: #000;
  font-size: 12px;
  padding: 2px 2px;
  background: #FFFFAA;
  border: 2px solid #FFAD33;
  white-space: pre;
}


