#national_standard {
    margin: 20px 0;
}

p.text {
    font-size: 12pt;
    color: #444;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}


/******************** Media Query ********************/

@media only screen and (max-width:660px) {}

@media only screen and (max-width:550px) {
    p.text {
        font-size: 9.5pt;
    }
}

@media only screen and (max-width:450px) {}