.modal-content {
    border-radius: 0;
    box-shadow: none;
}
.modal-footer {
    background-color: #eff3f8;
    border-top-color: #e4e9ee;
    box-shadow: none;
    padding-bottom: 14px;
    padding-top: 12px;
}
.modal-header .close {
    font-size: 32px;
}
.table-header {
    background-color: #04bdb8;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 1px;
    padding-left: 12px;
}
.table-header .close {
    margin-right: 8px;
    margin-top: 0;
    opacity: 0.45;
    color: #fff;
}