
body {
  font-family: sans-serif;
  padding: 20px;
  background: #f5f5f5;
}


a {
    color: #52adc8;
}
a:hover,a:active {
    outline: 0
}
a:focus {
    outline: thin dotted #f89406;
    outline: 5px auto #f89406;
    outline-offset: -2px
}
/* Title h1 style */
.title {
  color: #494e52;
  font-family: HK Grotesk;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 105%;
  margin: 2rem 0 0;
}

/* Very light scaling for our illustration */
.illo-container {
  display: flex;
  justify-content: flex-end;
}
.illustration {
  max-width: 100%;
  max-height: 150px;
  margin-top: 1rem;
}
h2 {
  color: #494e52;
}
.nav {
  margin-bottom: 1rem;
}
.nav label {
  margin-right: 10px;
  cursor: pointer;
  background: #ddd;
  padding: 6px 12px;
  border-radius: 4px;
}
input[type="radio"] {
  display: none;
}
.page {
  display: none;
  /* padding: 1rem; */
  background: white;
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
}
#page1:checked ~ #content1,
#page2:checked ~ #content2,
#page3:checked ~ #content3 {
  display: block;
}
.page2 {
  display: none;
  /* padding: 1rem; */
  background: white;
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
}
#page11:checked ~ #content11,
#page22:checked ~ #content22,
#page33:checked ~ #content33 {
    display: block;
}
.table-box{
  height: 500px;
  overflow-y: auto;
}
table {
    margin-bottom: 1em;
    width: 90%;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: .75em;
    border-collapse: separate;
    border: 1px solid #bdc1c4;
}
.table-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Navigation grid */
.footer {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto 0;
  padding: 1rem 0 0.75rem 0;
  width: 97%;
  flex-wrap: wrap;
  border-top: 1px solid #FFFFFF;
}

.footer a:not(.btn--remix):link,
a:not(.btn--remix):visited {
  font-family: HK Grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  color: #52adc8;
  text-decoration: none;
  border-style: none;
}
.footer a:hover {
  background: var(--color-primary);
}

.footer .links {
  padding: 0.5rem 1rem 1.5rem;
  white-space: nowrap;
}