/* CSS Document */

@media (min-width: 200px) and (max-width: 319px) {\
img{width:100%; height:auto;}
table {width: 90%;}
.style1{font-size:16px !important;}
#tblBenFeatures p {text-align: justify;}
.tenbyten {height: 2px;}
.copyright.style8 > a {display:inline-block; padding: 10px 0; text-align: center; text-decoration: none; width: 100%;}
}


@media (min-width: 320px) and (max-width: 468px) {

img{width:100%; height:auto;}
table {width: 90%;}
.style1{font-size:16px !important;}
#tblBenFeatures p {text-align: justify;}
.tenbyten {height: 2px;}
.copyright.style8 > a {display:inline-block; padding: 10px 0; text-align: center; text-decoration: none; width: 100%;}
}
@media (min-width: 469px) and (max-width: 767px) {
img{width:100%; height:auto;}
table {width: 90%;}
.style1{font-size:16px !important;}
#tblBenFeatures p {text-align: justify;}
.tenbyten {height: 2px;}
.copyright.style8 > a {display:inline-block; padding: 10px 0; text-align: center; text-decoration: none; width: 100%;}
}
@media (min-width: 768px) and (max-width: 1020px) {
img{width:100%; height:auto;}
table {width: 90%;}
.style1{font-size:16px !important;}
#tblBenFeatures p {text-align: justify;}
.tenbyten {height: 2px;}
.copyright.style8 > a {text-decoration:none;}
.copyright.style8 > a:hover{text-decoration:underline;}
}