body {
  margin: 8px 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}
a.version {
  position: absolute;
  top: 0;
  right: 0;
}
div.button-container {
  display: flex;
  justify-content: flex-start;
}
form > * {
  display: block;
  margin-top: 8px;
}
button, input {
  font-size: 14px;
  border-radius: 0.25rem;
  border: none;
  box-shadow: inset 0 0 0 1px #89888d;
  padding: 8px 12px;
}
button,
input[type=submit] {
  background-color: #1f75cb;
  box-shadow: inset 0 0 0 1px #1068bf;
  color: #fff;
}
header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}
