.bootstrap-info-div {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: right;
  font-size: 13px;
  opacity: 0.9;
  padding: 4px;
  z-index: 9999999999999;
  background: #FEFEFE;
  color: #000;
}
.bootstrap-info-div * > {
  color: #000;
}

#bootstrap-grid-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  display: none;
}
#bootstrap-grid-overlay div[class^=col-] {
  border-left: 2px dotted rgba(0, 0, 0, 0.3);
  border-right: 2px dotted rgba(0, 0, 0, 0.3);
}
#bootstrap-grid-overlay div[class^=col-] h1 {
  background-color: rgba(255, 0, 0, 0.3);
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=bootstrap-info.css.map */
