/*
 * 7PA responsive overrides
 * --------------------------------------------------
 * Intentionally left blank so custom media-query tweaks
 * can be added without fighting the base stylesheet.
 */

@media (max-width: 1280px) {
    /* add overrides here */
}

@media (max-width: 1100px) {
    /* add overrides here */
}

@media (max-width: 980px) {
    /* add overrides here */
}

@media (max-width: 820px) {
    /* add overrides here */
}

@media (max-width: 720px) {
    .puspn-table-container{
        padding: 20px 0;
    }
    #puspn-primary {
        padding: 0;
    }
}

@media (max-width: 600px) {
    /* add overrides here */
}

@media (max-width: 480px) {
    /* add overrides here */
}
