#nav-bloc {
  position: fixed;
  z-index: 111;
}
.votes {
  width: 17%;
}
.votes span {
  display: none;
}
.votes.visible span {
  display: block;
}
#questions tr {
  cursor: pointer;
}
#questions tr th {
  width: 2%;
}
#kapsels {
  margin-left: 20px;
  margin-right: 20px;
}
#kapsels img {
  margin-top: 20px;
}
#kapsels .col-xs-3 {
  margin-top: 0;
}
img.clicked {
  opacity: 0.1;
}
#fade-quote-carousel .profile-circle {
  width: 200px;
  height: 200px;
}
#lightbox-modal .modal-dialog img {
  max-height: 550px;
}
.outfit-thumb {
  padding: 20px 10px;
  margin-top: -20px;
  border: 3px solid rgba(256,256,256,0.9);
  border-radius: 5px;
  position: relative;
  background-color: rgba(256,256,256,0.8);
}
.outfit-thumb:hover {
  opacity: 0.7;
}
.outfit-thumb.clicked {
  opacity: 0.3;
}
.outfit-thumb h4 {
  color: #F35342;
}
@media (min-width: 768px) {
  .outfit-thumb {
    min-height: 100px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #outfits {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .outfit-thumb {
    min-height: 160px;
  }
}
@media (min-width: 1200px) {
  #outfits {
    margin-left: 8.3%;
    margin-right: 8.3%;
  }
  .outfit-thumb {
    min-height: 160px;
  }
}
body {
  font-size: 15px;
}
.prev-lightbox, .next-lightbox {
    border-right-color: rgba(0,0,0,.4);
    border-left-color: rgba(0,0,0,.4);
}
.prev-lightbox:hover, .next-lightbox:hover {
    border-right-color: rgba(0,0,0,.9);
    border-left-color: rgba(0,0,0,.9);
}