
A:link, A:visited, A:active { text-decoration: none; }

#floatMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
}
 
#floatMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  background-color:#000;
  opacity: 0.85;
}
 
#floatMenu ul li {
  display:inline-block;
}
 
#floatMenu ul li a {
  text-decoration: none;
}

@font-face {
  font-family: 'gothic';
  src: url('/fonts/goth.eot'); /* IE9 Compat Modes */
  src: url('/fonts/goth.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/fonts/goth.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/goth.svg#avgr45w') format('svg'); /* Chrome < 4, Legacy iOS */
}

.weekDate {
  font-family: 'gothic';
  color: "#DCDCDC";
  font-size: 35px;
}


.box {
  margin: auto;
}

.box .row {
  #border: 1px dotted #0313fc;
}

.box .row.header {
}

.box .row.content {
  margin: auto;
}

.row.content img{
  width: auto;
  height: 100%;
  /* Magic! */
  max-height: 70vh;
}


