

body {
  margin: 0;
  padding: 15px;
  font-family: arial;
  font-size: 14px;
  background: #E2EBF0;
}

* {
  outline: none;
}

a {
  color: black;
}

.page {
  max-width: 800px;
}


table {
  border: 1px solid #2e6da4;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

td {
  border: 1px solid #2e6da4;
  padding: 10px 7px;
  vertical-align: top;
  text-align: center;
  width: 10%;
}

tr:nth-child(2n) td {
  background: #BED8E4;
  vertical-align: middle;
}

td:first-child {
  text-align: left;
  width: 30%;
  white-space: nowrap;
}

td:first-child[colspan] {
  font-weight: bold;
  border-right: 0 none;
}

td:last-child[colspan] {
  text-align: right;
  border-left: 0 none;
}

.toggle {
  display: inline-block;
  border: 0 none;
  border-radius: 4px;
  background: #0085A5;
  color: #FFFDFD;
  vertical-align: middle;
  cursor: pointer;
  padding: 3px 7px;
  cursor: pointer;
  font-weight: normal;
  min-width: 70px;
  text-align: center;
}

td p {
  margin: 0 0 10px 0;
}

td p:last-child {
  margin-bottom: 0;
}