.photo-detail {
}
.photo-detail .album-title {
  margin: 0 -18px 0.5em -20px;
  padding: 0 20px 0.3em 20px;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px solid #e5e5e5;
}
.photo-detail .photos-navigation {
  float: right;
  display: inline;
}
.photo-detail .image-detail {
  text-align: center;
  margin: 2em 0;
}
.photo-detail .image-detail img {
  padding: 4px;
  border: 1px solid #c1c1c1;
  background: #fff;
  color: inherit;
}
.photo-detail .share-options {
  text-align: center;
  margin: 1.5em 0;
  padding: 0.5em 0;
}
  .photo-detail .share-options a {
    margin: 0 15px;
  }
.photo-detail .photo-info .admin_options {
  float: right;
  display: inline;
}
.photo-detail .photo-info .title {
  font-weight: bold;
  color: #C51015;
  background-color: transparent;
}
.photo-detail .photo-info .date {
  color: #999;
  background-color: transparent;
}
.photo-detail .photo-info .text {
  margin-top: 0.5em;
}