.tscroll {
  width: 100%; 
  overflow-x: auto;
  margin-bottom: 10px;
  border: solid black 1px;
}

.tscroll table td:first-child {
  position: sticky;
  left: 0;
  background-color: #ddd;
}

.tscroll td, .tscroll th {
  border-bottom: dashed #888 1px;
}

.tscroll th {
	font-size: .8em;
}
