.LBTB {
  cursor:pointer;
}

.LBTogglebar .tbleft, .LBTogglebar .tbright {
  top: 0;
}

.LBTogglebar .tbtop, .LBTogglebar .tbbottom { 
  left: 0;
}

#wywbuilder {  
  position:relative;
  left:0;
  top:0;
  transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  -webkit-transition: all ease-out 300ms; 
}

.LBTogglebar .tbstyle {
  height:100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  overflow-x: hidden;
  transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  -webkit-transition: all ease-out 300ms;       
}

.LBTogglebar .tbstyle .LBTBClose {
  font-size: 36px !important;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 45px;
  cursor:pointer;
  z-index: 9999;
}