table, th, td {
  border: 1px solid black;
}

div#main {
  position: relative;
 /** margin-left: 116;**/
 
  
  width: 100%;
  height: auto;
  
}
/**div#logo {
  background-image: url(logo-2.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 114;
  height: 150 ;
  position: absolute
   
  
}**/

div#header{

  height: 2em  ;
  text-align: center;
  background: black;
  color: #e0e0e0;
  font-size: 4vw;
  background-image: url(logo-2.png);
  background-repeat: no-repeat;
  background-size: 1.5em;
    
    
    
}