@media only screen and (max-width: 500px) {

    .help-topic {
        border: 2px solid green;
        transform: scale(0.8);
        margin: 0px;
    }

    section {
        margin: 0px !important;
        margin-top: 0px !important;
        border-radius: 0px !important;
    }


    .px400 {
        width: 330px;
        max-width: 250px !important; /* Do not go above 250px for iphone vertical display */
    }

}
