﻿body {
  padding-top: 0px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 980px;
}

.test {
  height: 20px;
  padding: 5px 15px 5px 15px;
  background-color: white;
  border: 1px solid black;
  color: black;
}

.testResult tr:nth-child(odd) {
  background: #eee;
}

.pagedTestResult {
  left: 0px;
  overflow: scroll;
  height: 600px;
}

.dl-vertical dt {
  float: left;
  width: 80px;
  overflow: hidden;
  /*clear: left;*/
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline;
}

.dl-vertical dd {
  /*margin-left: 180px;*/
}

  .dl-vertical dd:before,
  .dl-vertical dd:after {
    display: inline;
  }

  .dl-vertical dd:after {
    /*clear: both;*/
  }

  .dl-vertical dd:before,
  .dl-vertical dd:after {
    display: inline;
  }

  .dl-vertical dd:after {
    /*clear: both;*/
  }
