#content{
margin-top:10px;
margin:auto;
}
#content ul li {
float:left;
position:relative;
overflow:hidden;
margin-left:10px;
}

#content p{
width:850px;
text-align:inherit;
line-height:25px;
margin:auto;
background-color:#E0E0E0;
border-radius:5px;
padding:5px;
font-family: inherit;

}
#note p{
width:auto;
text-align:inherit;
line-height:25px;
margin:auto;
background-color:#E0E0E0;
border-radius:5px;
padding:5px;
font-family: inherit;
}

#content h2{
margin-top:20px;
background-color:#0066cc;
margin:auto;
color:white;
font-size:18px;
padding:5px;
border-radius:2px;
width:850px;
}

#content h4{
margin-top:5px;
margin:auto;
font-size:16px;
padding:5px;
border-radius:5px;
margin-left:40px;
}
#content h5{
margin-top:5px;

}
#table1 {
margin:auto;
background-color:#E0E0E0;
width:auto;
border-radius:20px;
margin-top:15px;

}
#table1 tr td{
padding-left:20px;


}
#table1 h6{
color:black;
font-size:16px;
}
#table1 h2{
margin:auto;
width:900px;
height:auto;
text-align:center;
border-radius:10px;
font-size:14px;
padding-bottom:10px;

}
#table2 {
margin:auto;
background-color:#E0E0E0;
width:auto;
border-radius:20px;
margin-top:15px;

}
#table2 tr td{
padding-left:20px;


}
#table2 h6{
color:black;
font-size:16px;
}
#table2 h2{
margin:auto;
width:900px;
height:auto;
text-align:center;
border-radius:10px;
font-size:14px;
padding-bottom:10px;

}
@media screen and (max-width: 800px){

#content ul li{
width:100%;
margin:10px;
text-decoration:none;
}

#content{
margin-top:25px;

width:100%;
}
#content img{
width:100%;
}

#content p{
width:90%;
text-align:inherit;
line-height:25px;
background-color:#E0E0E0;
border-radius:5px;
padding:5px;
font-family: inherit;

}
#note p{
width:90%;
text-align:inherit;
line-height:25px;
background-color:#E0E0E0;
border-radius:5px;
padding:5px;
font-family: inherit;
}

#content h2{
margin-top:20px;
background-color:#0066cc;
color:white;
font-size:18px;
padding:5px;
border-radius:2px;
width:90%;
}

#content h4{
margin-top:5px;
font-size:16px;
padding:5px;
border-radius:5px;
width:90%;
}
#content h5{
margin-top:5px;
width:100%;
}
#table1 {

background-color:#E0E0E0;
width:100%;
border-radius:20px;
margin-top:15px;
margin-left:20px;
}
#table1 table tr td{
width:100%;
}
#table1 tr td{
padding-left:20px;


}
#table2 tr td{
padding-left:20px;
display:none;

}
#table1 {
margin:auto;
width:90%;
height:auto;
text-align:center;
border-radius:10px;
font-size:14px;
padding-bottom:10px;
}
#table1 h6{
color:black;
font-size:16px;
width:100%;
}
#table1 h2{
margin:auto;
width:90%;
height:auto;
text-align:center;
border-radius:10px;
font-size:14px;
padding-bottom:10px;

}
#table2 h2{
margin:auto;
width:90%;
height:auto;
text-align:center;
border-radius:10px;
font-size:14px;
padding-bottom:10px;
display:none;
}

}
@media screen and (min-width: 801px){
  
 #content ul li {display:none;}
}