@media (max-width: 640px) {
    ion-content.scroll-content.ionic-scroll .scroll .row {
        flex-direction: column !important;
    }

    ion-content.scroll-content.ionic-scroll.has-header .scroll.padding .list.card {
        display: none !important;
    }

    table.paleBlueRows tbody td {
        font-size: 12px !important;
    }

    table.paleBlueRows thead th {
        font-size: 14px !important;
        padding: 0 4px;
    }
}

