body {
  font-family: Arial;
}

table {
  border: 2px solid black;
  border-color: #4572C3;
  background-color: #4572C3;
}

th {
  background-color: #6B8ED0;
  color: White;
}

tr {
  background-color: #CAD7EE;
}

tr.header {
  background-color: #9AB2E0;
}

td.header {
  background-color: #9AB2E0;
}

table.noborder {
  border: 2px solid white;
  border-color: transparent;
  background-color: transparent;
}

table.noborder tr {
  background-color: transparent;
}

table.info {
  border: 2px solid yellow;
  border-color: #EBDD65;
  background-color: #EBDD65;
}

table.info tr {
  background-color: #FFF97B;
}

table.warning {
  border: 2px solid red;
  border-color: #FF2020;
  background-color: #FF2020;
}

table.warning tr {
  background-color: #FF4242;
}

code {
  font-size: 1.3em;
}

p.withborder {
  border-color: #4572C3;
  border-width: 2px;
  border-style: solid;
  padding: 20px;
}

p.footnote {
  font-size: 0.8em;
}

h3 {
  font-size: 1.5em;
  color: #4572C3;
}

h4 {
  font-size: 1.3em;
}
