@media only screen and (max-width: 505px) {
    #content {
        width: 480px;
    }
    #svcno {
        font-size: 22px;
    }
    #product-price {
        font-size: 26px;
    }
    #legaltext {
        top: 78px;
    }
}
@media only screen and (max-width: 490px) {
    #content {
        width: 465px;
    }
}
@media only screen and (max-width: 475px) {
    #content {
        width: 450px;
    }
}
