
nav { display: none;}
.card{ background: none!important;}
.card .card-content { padding: 0;}
.modal.show_equipment_list { position: static; display: block;}
.modal h4 { font-size: 20px;}
.container { width: 100%; max-width: 100%;}

.modal {
    box-shadow: none;
    border: 1px solid #ccc;
	overflow-y: initial;
}

.dept_timetable .btn,
.dept_timetable .badge { display: block; width: 100%;}

.teacher_code { border-bottom: 2px solid #000; height: auto!important;}

.modal .modal-content {
        padding: 50px 5px 15px
}

.modal-content .badge { display: none;}
.modal-content h5 { font-size: 1.24rem; }

.dept_timetable td {
    width: calc(100%/8);
}
.dept_timetable td:first-child { width: 50px;}