This is the CSS for the footer
}
@media only screen and (max-width: 480px) {
td.footer_1 {
font-size: 10px;
display: block;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
table.footer_2 {
font-size: 10px;
width: 100%;
display: block;
}
}
@media only screen and (max-width: 480px) {
table.footer_3 {
font-size: 10px;
display: block;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
table.footer_4 {
font-size: 8px;
display: inline-block;
width: 100%;
}
}