/*
//help taken from https://formden.com/blog/isolate-bootstrap
//comment line: lessc ./bootstrap/cbxrbookingcustombootstrap.less cbxrbookingcustombootstrap.css
//then manually search and replace from file css/bootstrap-theme.css ".cbxrbookingcustombootstrap body", and ".cbxrbookingcustombootstrap html" with just  ".cbxrbookingcustombootstrap"
*/

.cbxrbookingcustombootstrap {
  @import  (less) 'bootstrap/css/bootstrap.css';
  @import  (less) 'bootstrap/flat/bootstrap-flat.css';
  @import  (less) 'bootstrap/flat/bootstrap-flat-extras.css';
}