.js_show_presence_table {
    width: 100%;
    margin: 10px 0!important;
}

.hometask_btn {
    width: 50px;
}

.courses-field-heading {
    margin-top: 10px;
    margin-bottom: 0;
}

#courseView-modal {
    overflow-y: auto;
}

.courses-wrapper {
    width: 100%;
    height: auto;
    overflow: scroll;
}

.courses-home-tasks-wrap {
    position: relative;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}

.courses-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.courses-table td {
    padding: 1rem;
    border: 1px solid #eee;
}

#courses_load_home_task_modal {
    z-index:1051;
}