.edit_mode .affix {position:static!important;}
.edit_mode .head_wrap {position:static!important;}
.edit_mode .navbar .navbar-default .navbar-static-top {display:block !important;}
.edit_mode .nav_form {position:static!important;margin:0 !important;}
.edit_mode .navbar {position:static!important;margin:0 !important;}
.edit_mode .testimonial {position:static!important;margin:0 !important;}
.edit_mode .navbar-default.affix .navigation {position:static!important;}
.edit_mode .header_top {position:static!important;}
.ccm-ui .btn.primary {
    z-index: 88888;
}



/*izzi table styling*/

.table tbody tr td, .table tbody tr th {
    width: 20%;
    border-right: 1px solid #E0E0E0;
    padding: 15px;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    
} 


.table tbody tr td {
    font-weight: inherit;
    font-size: inherit;
    text-align: left !important;
}

.table tbody tr th {
  font-size:16px;
  text-align: center !important;
  padding: 18px;
  border: none;
}

.table tr:nth-child(odd) td {background-color: #eeeeee;}
.table tbody tr:last-child td {
    border-bottom: 1px solid #E0E0E0;
}