
.wrapper{
    width: 800px;
    margin: 0 auto;
}

.mm{font-family: Padauk;font-size:16px; color:black;}
.mm li{font-family: Padauk;font-size:16px; color:black;max-width:640px;}
.mm td{font-family: Padauk;font-size:16px; color:black;max-width:640px;}
.mm p{font-family: Padauk;font-size:16px;color:black;max-width:640px;}

.en{ font-family: Times New Roman; font-size:14px; color:black;}
.en li{ font-family: Times New Roman; font-size:14px; color:black;max-width:640px;}
.en td{ font-family: Times New Roman; font-size:14px; color:black;max-width:640px;}
.en p{ font-family: Times New Roman; font-size:14px;color:black;max-width:640px;}

div.code {
    /*BACKGROUND-COLOR: #b5cfe0*/
    BORDER-RIGHT: #003b62 2px solid; 
    PADDING-RIGHT: 7px; 
    BORDER-TOP: #003b62 2px solid; 
    PADDING-LEFT: 7px; 
    FONT-SIZE: 14px; 
    PADDING-BOTTOM: 7px; 
    MARGIN: 5px; 
    max-width:640px;
    BORDER-LEFT: #003b62 2px solid; 
    PADDING-TOP: 7px; 
    BORDER-BOTTOM: #003b62 2px solid; 
    FONT-FAMILY: Times New Roman; 
    BACKGROUND-COLOR:#EEE9E9;
}

.heading3{font-size:12pt;font-weight:bold;color:maroon;}
.special {font-weight:bold;FONT-SIZE: 70%; MARGIN: 10px 0px 0px; COLOR: #006600; FONT-FAMILY: serif}

.display {
    /*BACKGROUND-COLOR: #b5cfe0*/
    max-width:640px;
    BORDER-RIGHT: #003b62 2px solid; 
    PADDING-RIGHT: 7px; 
    BORDER-TOP: #003b62 2px solid; 
    PADDING-LEFT: 7px; 
    PADDING-BOTTOM: 7px; 
    MARGIN: 5px; 
    BORDER-LEFT: #003b62 2px solid; 
    PADDING-TOP: 7px; 
    BORDER-BOTTOM: #003b62 2px solid; 
    FONT-FAMILY: Times New Roman; 
    BACKGROUND-COLOR: #EEE9E9; 
    FONT-SIZE: 14px;
}

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

.sidenav a {
  padding: 4px 4px 4px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

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

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

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