body  {
  font-family: "Lato", sans-serif;
  width: 650px;
  color : #333;  
  margin-left: 10px;
}

a {
  text-decoration:  underline;
  color: blue;
  font-weight: bold;
}
a:hover {
  color: #930;
  text-decoration: none;
}

img {
  border: 0;
}

h1 {
  background-color: #e5e7e6; 
}

h2 {
  margin-left: 25px;      
}

table {
    border-style: hidden;
}
tr {
    border-style: hidden;
}

.header [
  background-color: #e5e7e6;
  min-width: 450px;
]

.content {
  margin-left: 20px;
  min-height: 450px;
  background-color: #fff;
}

.switch { 
  clear: both;
}

#content {
  margin-left: 20px;
  min-height: 450px;
  background-color: #fff;
}

#footer {
  clear: both;
  border-top: 1px solid gray;
  margin-left: 20px;
  margin-top: 5px;
  padding-bottom: 5px;
  color: gray;
  font-size: 11pt;
}


.border {
 border: 1px solid #000
}

.form {
  background-color: #e5e7e6;
  border: 1px solid #000;  
}

.item1 {
  float: left;
  width: 150px;
}

div.block{
  overflow: hidden;
  background-color: #ddd;
  width: 375px;
}
div.block label{
  width: 160px;
  display: block;
  float: left;
  text-align: left;
}
div.block .input{
  margin-left: 4px;
  float: left;
}


table {
 border-collapse: collapse;
} 

.sidenav {
    height: 80%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 115px;
    left: 0;
    background-color: #ddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    font-size: 24px;
    color: #e20;
    display: block;
    transition: 0.3s;
}

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

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 20px;
}

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