.booking { background: #fff; padding: 10px;width: 98%;display: inline-block;}
.col-md-6.inputcol {width: 50%;float: left;}
.form-group label {display: inherit; margin-bottom: 8px;}
.form-group {margin-bottom: 15px;}
.form-group .form-control, .form-group select {width: 93%;height: 40px;}
input#datanftblocks {
    width: 30.5% !important;
}
.col-md-12.rowdata {
    width: 97%;
    clear: both;
    display: inline-block;
}
button.btn.btn-success.addrow {
    width: 100px;
    height: 30px;
    border: 0px;
    background: #b36262;
    color: #fff;
}
button.btn.btn-danger.deleterow {
    width: 100px;
    height: 30px;
    border: 0px;
    background: #e30e0e;
    color: #fff;
}
input#reg_submit {
    width: 100px;
    height: 30px;
    border: 0px;
    background: #2271b1;
    color: #fff;
}
.ui-menu-item:hover {
    background: rgba(79,148,212,.8);
    color: #fff;
}
div#clonedata {
    background: #cccccc26;
    padding: 15px 18px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .col-md-6.inputcol {
    width: 100%;
    float: left;
  }
}