body {
  font-family: "Lato", sans-serif;
  position:relative;
  padding-bottom:70px;
  min-height:100vh;
  margin-bottom:0px;
}

.sidenav {

height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 49px;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
  text-align: center;
  background: #F3F3F3;
  text-align: center;
  background: #F3F3F3; 
  

}

.sidenav a {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 15px;
  color: #4C2F95;
  display: block;
  
}

.sidenav a:hover {
  color: #FFFFFF;
}
header {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;			
			overflow: hidden;
			z-index: 9999;
                        padding: 2px 30px;			
            
                        
			background: #F3F3F3;
          border-bottom-style: solid;
          border-bottom-color: #4C2F95
          
		}
main {

  margin: 100px 20px 20px 160px ;
  width:80vw;
 
 

}

footer {
			
			left: 150px;
			bottom: 0;
			background: #F3F3F3;
			color: white;
			text-align: center;
			color: #4C2F95;
			font-family: 'Tahoma', sans-serif;
			font-size: 12px;
                        padding:5px;
                        position:absolute;
                        width:100%;
                        margin-bottom: -2px;




   }

article  {
padding:20px;
border-radius:5px;
margin-bottom:10px;
}


section{
			position:absolute;
			left: 15 %;
			top: 15%;			
			
			
			
		} 

pre{
			
			overflow: auto;
                        
			margin-left: 0px;
			margin-top:10%;
			border-style: double;
			padding: 20px;
			
			
		}  
		
table.blueTable {
            position:absolute;
			left: 240px;
			top: 200px; 
			border: 3px solid #4C2F95;
			background-color: #F3F3F3;
			width: 30%;
			text-align: center;
			border-collapse: collapse;
		}
		table.blueTable td, table.blueTable th {
			border: 1px solid #AAAAAA;
			padding: 3px 2px;
		}
		table.blueTable tbody td {
			font-size: 13px;
		}
		table.blueTable tfoot td {
			font-size: 14px;
		}
		table.blueTable tfoot .links {
			text-align: right;
		}
		table.blueTable tfoot .links a{
			display: inline-block;
			background: #1C6EA4;
			color: #FFFFFF;
			padding: 2px 8px;
			border-radius: 5px;
		}      
		input[type=text] {
			width: 12%;
			padding: 7px 20px;
			margin: 10px 0;
			box-sizing: border-box;
