﻿@media only screen and (max-width: 480px) {
    .Content { overflow: auto; }
    .Content table { width: 100%!important; }
    .Content img { max-width: 100%; }
}