body {
  background-color: #333;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

::placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

::-ms-input-placeholder {
    color: #888;
}

.video-wrapper-16-9 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TEXT */
p, li, figcaption {
    font-family: 'Forza A', 'Forza B';
    font-weight: 400;
    line-height: 2;
    color: #fff;
}
figcaption {
    font-size: 0.7em;
}
p:first-child {
    margin-top: 0;
}
h1 {
    font-family: 'Forza A', 'Forza B';
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
h2 {
    font-family: 'Forza A', 'Forza B';
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
h4 {
    font-family: 'Forza A', 'Forza B';
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}

table {
    font-family: 'Operator SSm A', 'Operator SSm B';
    font-weight: 400;
    color: #fff;
}

.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-box {
    padding: 1em;
}

figure {
    margin: 0;
}

.filters {
    text-align: center;
}

.filters p {
    font-family: 'Forza A', 'Forza B';
    font-weight: 400;
    line-height: 2;
}

.filters span.select-holder {
    border-bottom: 1px dotted white;
}

.filters select {
    border: 0;
    border-radius: 0;
    /*background: #333;*/
    background: transparent;
    color: #fff;
    /*text-decoration: underline;*/
    font-family: 'Forza A', 'Forza B';
    font-weight: 400;
    line-height: 2;
}

#plot-info .pure-u-1-4 {
    padding: 10px;
}

#plot-info img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

div.header {
    margin-bottom: -10px;
}

div.main {
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

.pure-menu .pure-menu-heading {
    padding-top: 0;
}

.pure-menu .pure-menu-heading:hover {
    background: transparent;
}

.pure-menu .pure-menu-list .pure-menu-item {
    margin-top: -10px;
}

.pure-menu .pure-menu-list .pure-menu-item .pure-menu-link {
    color: #fff;
}

.pure-menu .pure-menu-list .pure-menu-item .pure-menu-link:hover {
    background: transparent;
    text-decoration: underline;
}

.display-print {
    display: none;
}

.highlight-cell-green {
  background-color: yellowgreen !important;
}

@media print {
  table, h2, h4 {
    color: #000;
  }
  h2 {
    text-align: left;
    /*display: inline-block;*/
  }
  .display-print {
    display: inline-block;
    float: right;
    /*clear; left;
    overflow: auto;*/
    height: 2.5em;
  }
  .highlight-cell-green {
    text-decoration: underline !important;
  }
}