#akashic-records-main-wrapper {
  height: 100%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  overflow: auto;
}

#akashic-records-main-wrapper a,
#akashic-records-main-wrapper table span.fa,
#akashic-records-main-wrapper table span.fa::before {
  cursor: pointer;
}

#akashic-records-main-wrapper hr {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
}

#akashic-records-main-wrapper table {
  table-layout: auto;
  min-width: 100%;
}

#akashic-records-main-wrapper table td {
  white-space: nowrap !important;
  vertical-align: middle;
}

#akashic-records-main-wrapper table thead tr th,
#akashic-records-main-wrapper table tbody tr td {
  cursor: text;
  user-select: text;
}

#akashic-records-main-wrapper table thead.center tr th {
  white-space: nowrap !important;
  vertical-align: middle;
}

#akashic-records-main-wrapper .bp3-tab-list {
  width: 100%;
  display: flex;
}

#akashic-records-main-wrapper .bp3-tab-list .bp3-tab {
  flex: 1;
  text-align: center;
}
