body {
  font-size: 60%;
  font-family: sans-serif;
}

#times {
  float: left;
  position: relative;
  width: 100px;
  height: 7200px;
  padding-top: 50px;
  border: 1px solid black;
}

.timeindex {
  position: absolute;
  left: 0;
  width: 100px;
  border-top: 1px solid black;
  text-align: center;
  padding: 0;
  margin: 0;
}

.platform {
  float: left;
}

.tinderbox {
  float: left;
  width: 100px;
  border-width: 1px 1px 1px 0;
  border-color: black;
  border-style: solid;
}

.header {
  height: 50px;
  background-position: center 85%;
  background-repeat: no-repeat;
}

#Linux .header {
  background-image: url("Linux.png");
}

#MacOSX .header {
  background-image: url("MacOSX.png");
}

#WINNT .header {
  background-image: url("WINNT.png");
}

.builds {
  position: relative;
  height: 7200px;
  overflow: hidden;
}

.header p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
}

.build {
  position: absolute;
  width: 100px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.testresult,
.buildlogs {
  margin: 3px 3px 0px 3px;
  padding: 2px;
  border: 1px solid black;
  -moz-border-radius: 5px;
}

.testresult {
  background-position: 95% center !important;
}

.testresult .icon {
  display: none;
}

.testresult p {
  text-align: left;
  margin: 2px 0 2px 2px;
}

.buildlogs p {
  text-align: center;
  margin: 2px 0 2px 0;
}

.success {
  background-color: #76db4b;
}

.testfailed {
  background-color: #f1b845;
}

.busted {
  background-color: #d73525;
}

.building {
  background-color: #f5f959;
  background-image: url("loading.png");
  background-position: center 10px;
  background-repeat: no-repeat;
}

#footer {
  clear: left;
}


