body
{
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  display: flex;
  margin-left: 5%;
  margin-right: 5%;
}

a
{
  font-size: 12pt;
  padding-top: 4px;
  padding-bottom: 4px;
}

span.menusep
{
  color: #db0;
}

img.live {
  border-radius: 8px;
  margin: 8px;
}

@media only screen and (orientation: landscape)
{
  body
  {
    flex-direction: row;
    font-size: 14pt;
  }

  div.rhs
  {
    margin-left: 5%;
  }
}

@media only screen and (orientation: portrait)
{
  body
  {
    flex-direction: column;
    font-size: 16pt;
  }
}

div
{
  padding-top: 2rem;
}

b
{
  color: #db0;
  // text-shadow: 1px 1px #663;
}

h2
{
  font-weight: 900;
}

h3
{
  font-weight: 100;
}

hr
{
  height: 1px;
  background-color: #ca0;
  border: none;
}

video
{
  border: 0;
  padding: 0;
}

a:link, a:visited
{
    text-transform: none;
    color: #db0;
    background-color: #000;
    text-decoration: none;
}

a:hover, a:active
{
    text-transform: none;
    background-color: #db0;
    color: #000;
    text-decoration: none;
}
