body {
  font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 87.5%;
}

.dialog { width: 800px; }

.dialog_content { font-size: 1.1em; }

.dialog #time-test .above {
  position: absolute;
  top: 20px;
}

.dialog #time-test .below {
  position: absolute;
  bottom: 20px;
}

.dialog .description {
  font-size: 14px;
  padding: 5px;
}

.buttons {
  padding: 0 5px;
}

  .buttons button {
    font-size: 10px;
  }

#results {
  position: absolute;
  top: 100px;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0px 5px;
  overflow: auto;
}

  #results table {
    width: 100%;
    border-collapse: collapse;
  }
  
  #results table th {
    text-align: left;
  }
  
  #results table tr.alternate {
    background-color: #def;
  }
  
  #results table th, #results table td { padding: 1px 3px;}

  #results table td.fail {
    font-style: italic;
    color: #900;
  }
  
  #results table th.lib, td.full {
    text-align: right;
    width: 70px;
  }
  
  td.best { 
    color: #0a0;
    font-weight: bold;
  }

  td.worst { 
    color: #a00;
    font-weight: bold;
  }

.dialogue {
  margin-bottom: 1em;
}

a.expand {
  background: #e3e3e3;
}

div#time-test {
  color: #000;
}

  tr.alternate {
    background-color: #fff;
  }

  td.test button {
    float: right;
  }
  
#logger {
  width: 580px;
  height: 180px;
  border: 0;
}
