.nsfw-content-info {
  position: absolute;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #333333;
  color: #ffffff;
  text-align: center;
}
.nsfw-content-info .h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 1rem;
  display: block;
}
.nsfw-content-info p {
  margin-bottom: 1.5rem;
}
.nsfw-content-info .enter-btn {
  display: block;
  height: auto;
  min-height: 18px;
  margin: 0 auto;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 38px;
}
.nsfw-content-info .enter-btn:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1.5em;
}
body {
  color: #666;
  height: 354px;
  width: 354px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  position: relative;
}
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 0;
}
.red {
  color: #ff0000;
}
#detailPhotoFrame {
  position: relative;
  margin: 0 auto;
  min-height: 20px;
  min-width: 20px;
}
#detailVideoFrame {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 52px;
}
#detailImage {
  border: none;
}
#photoNavigation {
  height: 25px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 2px;
}
#photoNavigation a {
  text-decoration: none;
  display: inline-block;
  height: 20px;
}
.navWrapper {
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 138px;
  padding-top: 2px;
}
.alignRight {
  text-align: right;
}
#commentCount {
  display: inline-block;
  color: #000000;
  font-size: 0.85em;
  width: 16px;
  height: 20px;
  text-align: center;
  background-image: url('/img/minialbum/comment.png');
  background-position: left center;
  background-repeat: no-repeat;
}
#commentCountLink img,
#settingsLink img {
  border: none;
  margin-left: 3px;
  vertical-align: middle;
}
#photoName {
  background: black none repeat scroll 0 0;
  color: white;
  float: right;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0 3px;
  position: relative;
  text-align: center;
  top: -21px;
}
.tallPhoto {
  top: -38px !important;
}
#albumDetails {
  position: absolute;
  left: 0;
  top: 0;
  width: 354px;
  height: 1.25rem;
  line-height: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow: hidden;
}
#albumDetails #userName {
  background: url('/img/minialbum/ikon-user-white.gif') no-repeat 2px center;
  padding-left: 14px;
}
#albumDetails #albumName {
  background: url('/img/minialbum/ikon-album-white.gif') no-repeat 2px center;
  padding-left: 17px;
}
#albumDetails #showPhotoOnRajceLink {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url('/img/minialbum/show-on-rajce.gif') no-repeat 50% 50%;
}
#user_url {
  display: none;
  bottom: 155px;
  left: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #000;
  padding: 8px 0 0;
  position: fixed;
  _position: absolute;
  right: 50px;
  text-align: center;
  top: 155px;
  _width: 250px;
  z-index: 100;
  border-radius: 10px;
}
#loadInfo {
  padding: 10px;
  position: fixed;
  _position: absolute;
  text-align: center;
  top: 45%;
  left: 45%;
  z-index: 90;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #000;
}
#rajce-logo {
  float: right;
}
#rajce-logo span#logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/img/logo/white-square-24px.png') no-repeat left center;
}
#photoPrevious {
  padding: 0 7px;
  background: url('/img/minialbum/arrow_left.gif') no-repeat left center;
}
#photoNext {
  padding: 0 7px;
  background: url('/img/minialbum/arrow_right.gif') no-repeat left center;
}
.buttonNotActive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
