#simplechart-modal {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 160000;
  background: white;
  overflow-y: scroll; }
  #simplechart-modal #simplechart-close {
    position: absolute;
    text-decoration: none;
    top: 5px;
    right: 10px;
    z-index: 1000; }
  #simplechart-modal iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px; }

#simplechart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: .7;
  z-index: 159900; }

/*# sourceMappingURL=style.css.map */
