body {
  background-color: black;
  font-family: monospace;
  font-size: 18px;
  font-weight: bolder;
}

.container{
  max-width: 1000px;
  margin: auto;
}

h1, h2, h3, h4, h5 {
  font-family: inherit;
  color: #cdd9e0;
  margin-bottom: 0.8em;
}

h1 {
  margin-top: 4em;
}

h2 {
  margin-top: 2em;
}

h1:first-child {
  margin-top: 0;
}

h1 > small{
  size: 50%;
  color: #6caed5;
}

.banner{
  margin-bottom: 2em;
  margin-top: 1em;
}

.tabs, .tabs-title, .tabs-panel, .tabs-content {
  background: black;
  color: #628599;
  border: none;
}

.tabs-title > a {
  font-size: inherit;
  color: white;
  border-bottom: solid 5px black;
}

.tabs-title > a:hover {
  background-color: #6caed5;
  border-bottom: solid 5px #6caed5;
}

.tabs-title > a[aria-selected="true"] {
  background-color: inherit;
  border-bottom: solid 5px #6caed5;
}

.tabs-content {
  background: black;
  color: white;
  border: none;
}

a{
  color: #389ad3;
}

footer{
  color: #475c68;
}

.mission-brief{
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: white;
  font-size: 150%;
}

.mission-brief .brief-label {
  font-size: 70%;
}

.subtle-callout{
  max-width: 22em;
  margin: auto;
  background-color: black;
  color: white;
  font-size: 150%;
}

strong{
  color: white;
}

.accordion-header-1{
  font-size: 22px;
}

.accordion-header-2{
  font-size: 18px;
}

.accordion{
  border: none;
  background-color: black;
}

.accordion-title{
  background-color: #628599;
  color: white;
  border: none;
  border-left: solid 2px #cdd9e0;
}

.accordion-content{
  background-color: black;
  border-bottom: none;
  border-top: none;
  border-left: solid 2px #cdd9e0;
  color: #cdd9e0;
}

table{
  background-color: black;
  color: white;
  border: none;
}

table{
  border: solid 2px #cdd9e0;
}

thead tr{
  border: solid 1px #cdd9e0;
  background-color: #cdd9e0;
}

tbody{
  border: solid 1px #cdd9e0;
}

table tbody tr:nth-child(even){
  background-color: #272B2D;
}

table tbody tr:nth-child(odd){
  background-color: black;
}

thead td{
  background-color: #cdd9e0;
}

.report-pic{
  max-width: 15em;
  max-height: 15em;
}

.report-pic.float-left{
  margin-right: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.report-pic.float-right{
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.docu-pic{
  background-color: white;
  padding: 1em;
}

.space-holder{
  height: 8em;
}

.separator{
  height: 2em;
}

img.flag{
  margin-right: 1em;
  margin-left: 1em;
  filter:grayscale(40%);
  -webkit-filter:grayscale(40%);
  border-top: solid 3px black;
  padding-top: 0.4em;
}

img.inactive-flag{
  margin-right: 1em;
  margin-left: 1em;
  filter:grayscale(80%);
  -webkit-filter:grayscale(80%);
  border-top: solid 3px #cdd9e0;
  padding-top: 0.4em;
}

img.flag:hover{
  filter:none;
  -webkit-filter:none;
}
