
.tl_content.wrapper_start .title, .tl_content.wrapper_separator .title {
    background: #f9f9f9;
    display: block;
    padding: 4px 4px 4px 6px;

}

.tl_content.wrapper_start .title {
    margin: 0 3px -6px;
}

.tl_content.wrapper_separator .title {
    margin: 0 -6px -6px;
}

.clr {
    display: table;
}

input[readonly] {
    background: #eee;
}

.bootstrap-wrapper-incomplete {
    display: block;
    background: rgba(255,0,0,0.8);
    color: #fff;
    padding: 4px;
    margin: 0 -6px -6px;
}

.bootstrap-wrapper-incomplete:hover {
    color: #fff;
    background: #ff0000;
}
