/* line 4, ../sass/stitcherLL.scss */
.hidden {
  display: none;
}

/* line 9, ../sass/stitcherLL.scss */
.simplemodal-wrap {
  overflow: hidden !important;
}

/* line 13, ../sass/stitcherLL.scss */
.overlay, #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 1000;
}

/* line 30, ../sass/stitcherLL.scss */
.llFrame {
  width: 600px;
  border: 0;
  overflow: hidden;
}

/* line 40, ../sass/stitcherLL.scss */
.closeClass {
  width: 100%;
  height: 34px;
  background-image: url("https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://app.stitcher.com/img/LLmodalClose.png");
  float: right;
  background-repeat: no-repeat;
  background-position: 566px 3px;
  z-index: 100;
  background-color: #fff;
}

/* line 52, ../sass/stitcherLL.scss */
#llConfirm {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  width: 236px;
  color: #fff;
  font-family: Helvetica,Arial,Sans-serif;
  /* ** */
  font-weight: lighter;
  font-size: 1.3em;
  height: 100%;
  margin-top: -35px;
  -moz-border-radius: 3px / 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px / 3px;
}
@media (min-width: 879px) {
  /* line 52, ../sass/stitcherLL.scss */
  #llConfirm {
    width: 436px;
  }
}
/* line 76, ../sass/stitcherLL.scss */
#llConfirm > div {
  position: relative;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  line-height: 24px;
  height: 50px;
  top: 50%;
}
