.lb-box-wrapper {
  background-color: transparent;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
}

@media print {
  .lb-box-wrapper {
    display: none;
  }
}

.lb-box-wrapper.traditional-box {
  width: 210px;
}

.lexbox-clearfix::after,
.lexbox-clearfix::before {
  content: "";
  display: table;
  clear: both;
}

#lexboxHook {
  line-height: 20px;
}

.lb-box-wrapper.traditional-box {
  width: 218px;
}

/* CANLII Specific rules */
.lb-dialog-overlay {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.lb-dialog-overlay .lexbox-spinner {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 4px solid #888;
}

.lb-dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

/*# sourceMappingURL=lb-content-script-canlii.css.map */
