h5 {
    border-bottom: 1px solid rgba(0,0,0, .12);
    padding-bottom: 12px;
    padding-top: 12px;
    color: rgba(0,0,0, .64);
    margin-bottom: 15px;
}

h5 a {
    position: relative;
    bottom: 6px;
}

table.table-titles { 
  border-bottom: 1px solid #DDD;
}

table.table-titles tr th { 
  height: 170px;
  vertical-align: middle;
  text-align: center;
  color: rgba(0,0,0,.84);
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
}

.table-titles td { 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  color: rgba(0,0,0,.64);
  font-weight: 500;
}

.table-values { 
  width: auto;
  border-top: 0;
  background-color: #FFF;
}

.table-values th { 
  height: 170px; 
  min-width: 40px;
  max-width: 40px;
  position: relative;
  color: rgba(0,0,0,.64);
  font-weight: 500;
  border-color: transparent !important;
  border-bottom-color: #DDD !important;
}

.table-values th div { 
  position: absolute; 
  bottom: 77px; 
  left: -40px;
  -ms-transform: rotate(285deg);
  transform:rotate(285deg); 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
}

.table-values td { 
  text-align: center;
}

.table-values td .glyphicon-ok { 
  color: #5cb85c;
  font-size: 12px;
}

.table-values td .glyphicon-minus { 
  color: #d9534f;
  opacity: 0.6;
  font-size: 12px;
}

.table-responsive { 
  border: 0 !important;
}

.no-right-padding { 
  padding-right: 0;
}

.no-left-padding { 
  padding-left: 0;
  box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.01), -6px 0 12px -8px rgba(0, 0, 0, 0.16);
}

.table-data-lines {
  margin-top: 20px;
}

.table-data-lines td {
  width: 50%;
}