﻿/* default hero image definitions */
@media all {
    .eteachers-datatable tbody th, table.dataTable tbody td {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}




