code {
  font-size: 16px;
}
.table.sticky-column td:nth-child(2) {
  position: sticky;
  background-color: #ffffff !important;
  z-index: 1;
  left: 0;
}
.table.sticky-column th:nth-child(2) {
  position: sticky;
  background-color: #f8f9fc;
  z-index: 3;
  left: 0;
}
.table.sticky-column thead th {
  position: sticky !important;
  background-color: #f8f9fc;
  z-index: 2;
  top: 0;
  vertical-align: middle;
}
.table.sticky-column th:nth-child(2) {
  border-left-width: 1px;
}
.table.sticky-column td:nth-child(2) {
  padding: .75rem !important;
  background-color: #ffffff;
  white-space: nowrap;
  border-bottom-width: 0;
  border-left-width: 1px;
}
.table.sticky-column {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}