/* Mobile view */
@media (max-width: 900px) {
    .sigma-courses-table {
        margin-bottom: 10px !important;
    }
    .sigma-courses-table tr {
        border-bottom: 1px solid #ddd;
        display: block;
    }
    .sigma-courses-table td:first-child {
        padding-bottom: 0;
    }
     .sigma-courses-table td:last-child {
        padding-top: 0;
        font-size: 10px;
    }
    .sigma-courses-table td {
        display: block;
        font-size: 0.8em;
        border: none !important;
        text-align: left;
    }
    .sigma-courses-table thead th {
        font-size: 10px;
        padding: 6px 20px !important;
        width: 100% !important;
        border: none !important;
    }
}
