.table{
    width: 100%;
    margin-bottom: 18px;
}

.table tr{
    border: none;
}

.table td, .table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

/*
**********
Departments
**********
*/

.com-txeducation.view-departments .departments-list {
    margin-bottom: 100px;
}

.department .department-content a.btn {
    color: #fff;
}

.com-txeducation.view-departments .department {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(155, 164, 184, 0.19);
    transition: all 0.2s ease-in-out;
}
.com-txeducation.view-departments .department:hover {
    border-width: 1px;
    border-color: transparent;
    box-shadow: 0px 3px 40px 0px rgba(155, 164, 184, 0.19);
}
.com-txeducation.view-departments .department figure img {
    width: 100px;
    margin: 0 auto;    
}
.com-txeducation.view-departments .department .department-shortDesc {
    margin-bottom: 10px;
}
.com-txeducation.view-departments .department .department-content a.btn {
    color: #fff;
}

/*
**********
Courses
**********
*/

.com-txeducation.view-courses .courses-list {
    margin-bottom: 100px;
}
.com-txeducation.view-courses .course {
    margin-bottom: 30px;
    position: relative;
}
.com-txeducation.view-courses .course figure {
    margin-bottom: 0;
}
.com-txeducation.view-courses .course figure img {
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}
.com-txeducation.view-courses .course .course-body {
    padding: 30px;
    border-radius: 0 0 4px 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 40px 0px rgba(155, 164, 184, 0.19);       
}
.com-txeducation.view-courses .course .course-body .course-cat {
    font-size: 14px;
    color: rgba(38 , 51, 69, 0.7);
    margin-bottom: 8px;
    display: block;
}
.com-txeducation.view-courses .course .course-body .course-title {
    font-size: 20px;
    color: rgba(38 , 51, 69, 1); 
}
.com-txeducation.view-courses .course .course-body .course_shortDes {
    font-size: 16px;
    color: rgba(38 , 51, 69, 0.9);
    margin-top: 8px;
}

/*
**********
Teachers
**********
*/

.com-txeducation.view-teachers .teacher {
    margin-bottom: 30px;
    position: relative;
}
.com-txeducation.view-teachers .teacher figure {
    margin-bottom: 0;
}
.com-txeducation.view-teachers .teacher figure img {
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}
.com-txeducation.view-teachers .teacher .teacher-body {
    padding: 30px;
    border-radius: 0 0 4px 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 40px 0px rgba(155, 164, 184, 0.19);       
}
.com-txeducation.view-teachers .teacher .teacher-body .teacher-title {
    font-size: 20px;
    color: rgba(38 , 51, 69, 1); 
}
.com-txeducation.view-teachers .teacher .teacher-body .teacher-position {
    font-size: 16px;
    color: rgba(38 , 51, 69, 0.9);
    margin-top: 8px;
}