
.box {
  color: #fe33ac;
  border-color: #fdcdea;
}
.box div {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
ol.sortable li.gallery-img {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 33.3%;
}
ol.sortable li.gallery-placeholder {
  background-color: #D9EDF7;
}
.image-zoom {
  position: absolute;
  top: 4px;
  right: 4px;
}
.enter-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
