/* line 1, app/assets/stylesheets/container_custom.css.scss */
#example {
  height: 20em;
}

/* Custom panel skin css*/
/*.yui-panel-container.shadow .underlay { background-color:#999; }*/
/* line 7, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel {
  position: relative;
  border: none;
  overflow: visible;
  background-color: transparent;
  border: 0px solid white;
}

/* line 9, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel .container-close {
  background-image: url(/assets/green_panel_close-1cb2cbcc1b0a962bb66aee6fb84d028360d19111d0cc8b8a9103188a14763ae8.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 22px;
  top: 22px;
  cursor: pointer;
}

/*.standard_tickit_panel .container-close:hover { background-image:url(/assets/close_icon.gif); }*/
/* line 20, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel.modal_panel .container-close {
  right: 8px;
  top: 8px;
}

/* line 22, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel .hd {
  display: none;
}

/* line 25, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel .bd {
  overflow: hidden;
  padding: 4px;
  background-color: #FFF;
}

/* line 27, app/assets/stylesheets/container_custom.css.scss */
.standard_tickit_panel .ft {
  font-size: 75%;
  color: #666;
  padding: 2px;
  overflow: hidden;
  border: 1px solid #aeaeae;
  border-top: none;
  background-color: #dfdfdf;
  height: 0px;
}

/* line 29, app/assets/stylesheets/container_custom.css.scss */
#customise_description_popup_c.yui-overlay-hidden {
  display: none;
}
