.gridview_title {
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  padding:5px 0px;
}

.panel-default > .panel-heading, .panel-default > .panel-footer {
  background-color:#fafafa;
}

.panel_spacer {
  border-bottom:1px solid #e4e4e4;
  margin-top:10px;
  margin-bottom:10px;
}

.panel_label { 
  float:left;
  text-align:right; 
  width:30%;
  margin-right:5%;
  color:#888;
}

.panel_value { 
  float:left; 
}

.text_caption {
  font-size:.8em;
  color:#aaa;
}

.detail_label {
  font-weight:bold;
  font-size:.6em;
  color:#aaa;
}

.detail_value {
  margin-bottom:10px;
}