/* line 1, ../../../../app/stylesheets/partials/lightbox.sass */
#lightbox_outer_wrapper {
  text-align: center; }

/* line 4, ../../../../app/stylesheets/partials/lightbox.sass */
#lightbox_dimming_element {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 8008; }

/* line 12, ../../../../app/stylesheets/partials/lightbox.sass */
#lightbox_content_wrapper {
  width: 100%; }

/* line 15, ../../../../app/stylesheets/partials/lightbox.sass */
#lightbox_content_element {
  margin: 6em auto;
  display: none;
  background-color: #fff;
  -moz-box-shadow: 0 0 9em 1em #000;
  /* the folks at safari or webkit implemented box-shadow backwards... */
  -webkit-box-shadow: #000000 0px 0px 9em;
  -webkit-box-shadow: 0px 0px 9em #000;
  box-shadow: 0px 0px 9em 1em #000;
  padding: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 8009;
  position: relative;
  text-align: center;
  min-width: 3em;
  max-width: 80%;
  min-height: 3em; }
  /* line 37, ../../../../app/stylesheets/partials/lightbox.sass */
  #lightbox_content_element #share_buttons_menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 -20px; }
    /* line 43, ../../../../app/stylesheets/partials/lightbox.sass */
    #lightbox_content_element #share_buttons_menu ul li {
      display: inline-block;
      list-style-type: none;
      margin: 0 20px; }
  /* line 48, ../../../../app/stylesheets/partials/lightbox.sass */
  #lightbox_content_element #share_buttons_menu h2 {
    text-align: center;
    color: #1a2c51; }
