.activity-icon {
    background: url("../images/home/activity_icon.png") 50%/contain no-repeat;
}

.vote-icon {
    background: url("../images/home/vote_icon.png") 50%/contain no-repeat;
}

.community-encyclopedia {
    padding: 0 5px 8px 5px;
    background-color: rgb(238, 238, 238);
    position: relative;
}

.community-encyclopedia img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.community-encyclopedia .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
