table
{
    width:55%;
}
@media screen and (max-width:480px)
{
    table
    {
        width:auto;
    }
}