/**** Gallery Styles ***/
/* line 3, ../../../app/assets/stylesheets/widgets/album.scss */
#edit_widget .widgets-media-gallery .item {
  width: 100%;
  float: none;
}

/**** This span is an IE hack that enables us to vertically center the thumbnail images */
/* line 26, ../../../app/assets/stylesheets/widgets/album.scss */
.widgets-media-gallery .item div.image span {
  display: inline-block;
}

/* line 29, ../../../app/assets/stylesheets/widgets/album.scss */
.widgets-media-gallery .item div.image img {
  max-width: 95%;
  max-height: 95%;
}

/**** Gallery Widget Style from gradient theme base ****/
/* line 43, ../../../app/assets/stylesheets/widgets/album.scss */
.widgets-media-gallery .item div.image {
  height: 90px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  padding: 0px;
  line-height: 1em;
  margin-top: 5px;
}

/* line 53, ../../../app/assets/stylesheets/widgets/album.scss */
.widgets-media-gallery .item div.image img {
  border: 1px solid black;
  max-height: auto;
  max-width: auto;
}

/* line 59, ../../../app/assets/stylesheets/widgets/album.scss */
.album-name {
  height: auto;
  font-weight: 600;
  font-size: 11px;
  padding-left: 2px;
}
