﻿@media only screen and (max-width: 480px) {
    .tablefixed {
        table-layout: auto;
        white-space: nowrap;
    }
}
