
@media only screen and (max-device-width: 480px) {
       .watts {
   
    padding: unset;

}
.myclass{
	min-width: 360px!important;
}


}
.bg-light{
	background-color: white;
    }
    .text-white{
    	color:white!important;
    }

@media screen and (max-width: 767px){
	.table-responsive {
   
    border: 0px solid #ddd!important;
}
.box-header.with-border {
     border-bottom: 0px solid #f4f4f4; 
}
}
