.follow-title {
    font-size: 21px;
    padding-top: 7px;
    color: #2980b9;
}

.ui-dark .follow-title {
    color: #ffc107;
}

.unfollow-action {
    margin: 5px 0 5px;
    height: 20px;
}

.unfollow-action a {
    white-space: nowrap;
    text-align: center;
    color: #f67571;
    font-size: 12px;
    text-decoration: none;
}

.unfollow-action a:hover {
    color: #f65353;
}

.item {
    height: 379px;
}

.image-item .view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    border-radius: 4px 4px 0 0;
    line-height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    display: block;
    color: #fff;
    background-color: #000;
    opacity: .65;
}

.image-item .viewed {
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.image-item .viewed .visited {
    text-align: center;
    display: block;
    color: #fff;
}

.image-item .viewed .visited:hover {
    color: yellow;
    text-decoration: none;
}

.no-follow {
    padding: 0 7px;
}

.no-follow p {
    color: #c42929;
}

.ui-dark .no-follow p {
    color: #89ffff;
}

.unfollow-action .mark-as-read {
    color: #23a903;
    text-transform: none;
    white-space: nowrap;
}

.unfollow-action .mark-as-read:hover {
    color: #30c60b;
}

.unfollow-action .unfollow {
    white-space: nowrap;
    float: right;
}
