#page .table-wrapper {
  margin: 40px 0 60px;
  overflow: auto;
}

#page table {
  width: 100%;
  border-collapse: collapse;
}

#page th, #page td {
  padding: 10px 20px;
  border: solid 1px #a4bae9;
}

#page thead th {
  padding: 10px;
  background: #3f68d2;
  color: #fff;
}

#page tbody th {
  background: #f4f5f9;
  text-align: left;
}

#page tbody td span {
  color: #666;
  font-size: 1.5rem;
}

#page tbody td:nth-child(n+3) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page th, #page td {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=flow.css.map */