.container {
  display: block;
  height: 100%;
  width: 100%;
}

.tableDelimiter {
  position: relative;
  float: left;
  width: 100%;
  border-spacing: 0px;
  z-index: 1;
}

.thDelimiter {
  height: 100%;
  padding: 5px;
  border: 0px;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #767676;
  width: 10%;
  text-align: right;
  vertical-align: text-top;
  font-weight: normal;
  font-size: small;
  position: relative;
}

.tableRowPerfList {
  border: 1px solid #767676;
  padding: 5px;
  height: 25px;
  box-sizing: border-box;
}

.tableRowRightLight {
  border-right: 1px solid #c8c8c8;
}

.tableRowName {
  min-width: 250px;
  max-width: 250px;
}

.tableRowDuration {
  min-width: 70px;
  max-width: 70px;
}