
.list_head, .list_data, .list_data_names, .list_data_values {
  padding-left: 4px;
  padding-right: 4px;
  color: #000;
}
.list_head {
  background-image: linear-gradient(to bottom, rgb(133, 133, 133) 60%, transparent);
  -webkit-text-stroke: .2px rgb(65, 48, 139);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.548);
  font-size: 20px;
}
.list_data {
  border-left: 2px solid #c0c0c0
}
.list_head {
  font-weight: 700;
  font-size: 18px;
}
tr.list_data:nth-child(even) {
  background-color: rgba(0,0,0,.1);
}
tr.list_data:nth-child(odd) {
  background-color: rgba(255,255,255,.15);
}
.list_data_names {
  font-weight: bold;
  background-color: rgba(0,0,0,.1);
}
.list_data_values {
  background-color: rgba(255,255,255,.15);
}
.disabled {
  color: #707070;
}
thead th {
  position: -webkit-sticky;
  position: sticky;
  text-align: left;
  vertical-align: text-top;
  height: 32px;
  top: 0px;
  padding: 2px;
  z-index: 1; 
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}