

@media only screen and (min-device-width: 375px) and (max-device-width: 700px) {

    .datepicker td, .datepicker th {
        text-align: center;
        width: 41px;
        height: 22px;
        display: inline-grid;
    }

    .datepicker-days table tr td {
        padding-bottom: 5px !important;
    }

    .datepicker-days table, .datepicker-days table td, .datepicker-days table th {
        padding: 1% !important;
    }

    .dashboard-task-status-indicator {
        max-width: 100% !important;
    }

}
