/* Styles go here */
body {
  margin: 0;
  height: 100%;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  body {
    font-size: 75%;
  }
}
.small-only {
  display: none;
}
@media only screen and (max-height: 500px), only screen and (max-width:500px) {
  .small-only {
    display: inherit;
  }
  .not-small-only {
    display: none;
  }
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 250px;
}
.header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 1em;
}
.header .title h1 {
  margin-top: 1ex;
  text-shadow: 0 0 5px #ff6666;
}
.header .title p {
  padding: 0 1em;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .header .title {
    overflow-y: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 20vh;
  }
}
.header .logo {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 256px;
  -ms-flex: 0 1 256px;
  flex: 0 1 256px;
}
.header .logo img {
  max-width: 100%;
  min-width: 32px;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .header .logo img {
    max-height: 20vh;
  }
}
.container {
  padding: 5px;
  height: 100vh;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px), only screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  .container {
    min-height: 550px;
  }
}
.container .header,
.container .footer {
  border: 3px double #cccccc;
  background: #333333;
  color: #eeeeee;
  border-radius: 30px;
}
.container .header {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 15px;
  padding-bottom: 7.5px;
}
.container .footer {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 7.5px;
  text-align: right;
}
.container .view {
  border: 3px double #cccccc;
  background: #ffc877;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.container .view button {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.main .center {
  -webkit-box-flex: 30;
  -webkit-flex: 30 1 80%;
  -ms-flex: 30 1 80%;
  flex: 30 1 80%;
  overflow-y: auto;
}
.main .left,
.main .right {
  background: -webkit-radial-gradient(0 0, ellipse 120% 150%, #fefefe, #dddddd 80%, #fefefe 100%);
  background: radial-gradient(ellipse 120% 150% at 0 0, #fefefe, #dddddd 80%, #fefefe 100%);
  border: 4px outset #cccccc;
  border-radius: 10px;
  padding: 0 4px;
  margin: 0 4px;
  min-width: 7.3em;
  max-width: 20em;
  -webkit-flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  flex-basis: 15em;
  font-family: Calibri, Verdana, Helvetica, Georgia, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main .left .right-repeat,
.main .right .right-repeat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main .left .right-repeat,
  .main .right .right-repeat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main .left,
  .main .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.main .left h2,
.main .right h2 {
  margin-top: 0;
  margin: 0 -4px;
  background-color: rgba(255, 200, 119, 0.5);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main .left h2,
  .main .right h2 {
    margin: 0 0 0 -4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}
.main .left ul,
.main .right ul {
  overflow-y: auto;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main .left ul,
  .main .right ul {
    margin: 0 4px;
  }
}
.main .left ul li,
.main .right ul li {
  list-style: none;
}
.main .left ul li a,
.main .right ul li a {
  color: #cd6620;
  text-decoration: none;
}
.main .left ul li a:hover,
.main .right ul li a:hover {
  text-decoration: underline;
}
.main .left ul li.indent,
.main .right ul li.indent {
  color: #cd6620;
  list-style: disc;
  margin-left: 20px;
  text-indent: -7px;
}
@media only screen and (max-width: 500px) and (max-aspect-ratio:1/1), only screen and (max-height: 500px) and (max-width: 500px) {
  .main .left,
  .main .right,
  .main .center,
  .main .right-repeat {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: none;
    min-width: 0;
  }
}
.news-item .byline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-item .byline .date {
  text-align: right;
}
.news-item .byline span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
