@charset "utf-8";
/* CSS Document */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  vertical-align: middle;
  padding: 20px;
  border: 1px solid #393939;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
._sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
._sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  z-index: -1;
}
