body {background-color: #ebebeb; margin-top: 125px;}

.header {position: fixed; left: 0; top: 0; width: 100%; height: 40px;}

.marginleft {margin-left: 18px;}

iframe.header {width: 100%; height: 75px;}

iframe.menu {width: 210px; height: 900px;}

span.title {color: #831100; font-family: tahoma; font-size: 24px; font-weight: bold; margin-bottom: -10px;}

span.date {color: #000000; font-family: tahoma; font-size: 14px; font-weight: normal;}

span.update {color: #8C8C8C; font-family: tahoma; font-size: 10px; font-weight: normal;}

span {color: #000000; font-family: tahoma; font-size: 14px; font-weight: normal;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-left: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 1;
  right: 60px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}