@media only screen and ( max-width: 800px )
                {
		
        
        html{
overflow: hidden;
overflow-y:auto;
overflow-x:hidden;
}
        
                }
                .concepttable{
                width:100%;
                }
                .concepttable thead{
    background-color: #66BE46;
    color: white;
    padding: 10px;
    font-weight:bold;

}
.concepttable thead th{
text-align:left;
padding:10px 5px 10px 5px;
border:1px solid #d7dada;
}
                
                .concepttable tr:nth-child(even) {background-color: #f4f5f6}
                
                .boxbutton .boxbuttoncontent .buttonbg {
  width: 100%;
  float: none;
  margin: 10px 0px 10px 0px;
}