table {
  position: relative;
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 1.4rem;
  border: none;
}
table caption {
  text-align: left;
  ont-family: "Fira Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  color: #002067;
  margin-top: 40px;
}
table thead a {
  font-family: "Fira Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: #002067;
}
table thead a .tablesort {
  position: relative;
  top: 2px;
  left: 2px;
  background: none;
  transform-origin: center;
}
table thead a .tablesort:after {
  content: "\e907";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "icomoon";
  color: #002067;
  display: block;
}
table thead a .tablesort.tablesort--asc {
  transform: rotate(90deg);
}
table thead a .tablesort.tablesort--desc {
  transform: rotate(-90deg);
}
table tbody {
  position: relative;
}
table tbody tr {
  position: relative;
  background-color: #F7F8FA;
}
table tbody tr td:first-child {
  border-left: 4px solid #002067;
  font-weight: 700;
}
table tbody tr td:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #B2BBD1;
  transform: translateY(-50%);
}
table th, table td {
  position: relative;
  border: none;
  padding: 16px;
}
table td.is-active {
  background-color: transparent;
}