#info .table th, #info .table td{
    border: none;
}

@media screen and ( max-width:768px) {
    #info .table th, #info .table td{
        font-size: 10px;
    }
}

@media screen and ( min-width:768px) {
    #info .table th, #info .table td{
        font-size: 18px;
    }
}
