/* Physicians table */

.dataTables_wrapper {
    font-size: inherit!important;
    font-family: inherit!important;
    color: inherit!important;
}

.dataTable th {
    text-align: left;
    text-transform: uppercase;
}

.dataTable td {
    text-align: left;
}

.dataTables_wrapper input {
    padding: 10px;
    line-height: 16px;
}

.dataTables_wrapper .nowrap {
    white-space: nowrap!important;
}

.dataTables_wrapper .fa {
    width: 30px!important;
    color: #ccc;
}

/* Department template */

.single-department .post_text_inner .entry_title,
.single-department .post_text_inner .post_info,
.single-department .post_image {
    display: none;
}

/* Single blost post template */

.single-post .post_info {
    display: none!important;
}

.single-post .post_image {
    display: none!important;
}

/* Footer */

.contact-info {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.contact-info .address:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f041';
}