.album-list {
    border: 1px solid #ebebeb;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: 300px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding: 5px 0;
    margin-bottom: 30px;
}
.album-list:hover {
    border: 1px solid #c6ebfa;
    box-shadow: 0 0 6px rgba(198, 235, 250, 0.76);
}
.no-sidebar .album.album-list {
    width: 13%;
}
.album.album-list .album-header .album-title {
    font-size: 18px;
    margin: 0;
}
.album.album-list .topic-footer {
    border-top: 1px solid #e7ebed;
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    box-shadow: 0 -5px 20px 8px #fff;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 95%;
    margin-bottom: 5px;
}
.album.album-list .topic-footer .topic-tags {
    display: none;
}
.album .topic-footer .topic-info {
    border-top: 0px solid #e7ebed;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    padding-top: 8px;
    text-align: center;
    vertical-align:middle;
}

.album.album-list .topic-footer .topic-info li {
    border-right: 1px solid #fff;
    display: inline-block;
    float: none;
    margin-right: 0px;
    padding: 0 6px;
    vertical-align: middle;
    line-height: 16px;
    height: 16px;
}
.album.album-list .topic-footer .topic-info li i{
    vertical-align: middle;
    margin-top: 1px;

}


.album.album-list .topic-footer .topic-info li.topic-info-author {
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 24px;

}

.album.album-list .topic-footer .topic-info li.topic-info-date {
    display: none;
}
.album.album-list .topic-footer .topic-info li.topic-info-vote {
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    width: 100%;
}
.album.album-list .topic-footer .topic-info li.topic-info-vote .vote-topic

{ display: table; margin: 0 auto; float: none; }

.album.album-list .topic-footer .topic-info li.topic-info-comments span b {
    display: none;
}
.album.album-list .album-header .topic-info {
    display: none;
}
.album.album-list .album-header .topic-actions {
    display: none;
}
.album.album-list .topic-content.text img {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
}
.album.album-list .topic-content.text h6, .album.album-list .topic-content.text h5, .album.album-list .topic-content.text h4 {
    font-size: 16px;
    line-height: 18px;
}
.album.album-list .topic-content {
    margin: 5px 10px;
    overflow: hidden;
    padding-bottom: 80px;
}
.album.album-list .album-header {
    margin: 5px 10px;
}
.album.album-list .topic-footer .topic-info li.action-rating {
    margin: 0;
    text-align: center;
    width: 99%;
}
.album.album-list .topic-footer .topic-info li.action-rating ul.ratings {
    margin: 0 auto;
}


.album.album-list .topic-footer li.vote .vote-up, .album.album-list .topic-footer li.vote .vote-down {
    font-size: 17px;
}



.album.album-list .topic-footer .topic-info li a {color: #adadad}
.album.album-list .topic-footer .topic-info li a.icon-active,
.album.album-list .topic-footer .topic-info li a.new { color: #090; }
.album.album-list .topic-footer .topic-info li a.new .count { color: #f00; }


.album-list-footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}

.album-list-footer .new-feed-votearea__album {
  padding-top: 0;
  text-align: center;
}

.album-list-footer .new-feed-votearea__icon-star {
  display: block;
  position: static;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}

.album-list-footer .new-feed-votearea__album-count {
  font-size: 16px;
  min-width: 40px;
  margin-top: 4px;
}

.album-list-footer .new-feed-footer-stats {
  padding: 5px 0;
}

.album-list-footer .new-feed-footer-stats__item {
  font-size: 12px;
  line-height: 18px;
}

.album-list-footer .new-feed-footer-comments__count-current {
  font-size: 12px;
  line-height: 18px;
}

.album-list-footer .new-feed-footer-comments__count-new span {
  font-size: 12px;
  line-height: 18px;
}

.album-list-footer .new-feed-footer-views__icon {
  width: 18px;
  height: 18px;
}

.album-list-footer .new-feed-footer-comments__icon {
  width: 18px;
  height: 18px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.album-list-footer .new-feed-footer-favourite__icon {
  width: 18px;
  height: 18px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
