@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .tx-phtg-courses table, .tx-phtg-courses thead, .tx-phtg-courses tbody, .tx-phtg-courses th, .tx-phtg-courses td, .tx-phtg-courses tr {
        display: block;
    }
    .tx-phtg-courses .annual-result-table,
    .tx-phtg-courses .annual-result-month-filter {
        display: none;
        visibility: hidden;
        height: 0;
    }

    .tx-phtg-courses .mobile-sorting, .tx-phtg-courses .mobile-month-selector, .tx-phtg-courses .mobile-only {
        display: block;
        visibility: visible;
    }

    .tx-phtg-courses .mobile-sorting,
    .tx-phtg-courses .mobile-month-selector {
        margin: 10px 0;
        height: 40px;
        opacity: 0;
        z-index: -1;
    }

    .tx-phtg-courses #accordion-topic .filter-subtopic-item {
        margin: 8px 0;
    }

    .tx-phtg-courses .mobile-month-selector {
        cursor: pointer;
    }

    .tx-phtg-courses thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tx-phtg-courses tr {
        border: 1px solid #ccc;
    }

    .tx-phtg-courses td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        height: auto;
        min-height: 32px;
        text-align: left;
        /*vertical-align: middle;*/
    }

    .tx-phtg-courses td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Course type box + label */
    .tx-phtg-courses div.box {
        display: inline-block;
        margin-right:10px;
        margin-top: 5px;
    }

    .tx-phtg-courses div.box + span {
        display:inline;
    }
    .tx-phtg-courses #annual-result .btn,
    .tx-phtg-courses #search-result .btn {
        margin-top: 3px !important;
    }

}
