.list-wrapper {
    cursor: pointer;
    box-shadow: inset 1px 2px 10px #dedede;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-left: 5px solid #a9b5c7;
}

.table .list-wrapper:nth-child(odd) {
    background-color: #f1f1f1;
}

.table .list-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 2px 3px 15px #d1d1d1;
    border-left-color: #252d3a;
}

.list-wrapper a {
    color: inherit !important;
    text-decoration: none !important;
    min-width: 100%;
}

.list-main-content {
    width: 100%;
}

.list-title {
    font-weight: bold;
}

.list-body {
    font-size: small;
    opacity: 0.5;
    height: 1.6em;
    overflow: hidden;
}

.item-time {
    font-size: small;
    opacity: 0.5;
    font-style: italic;
}

.list-info .info-message-type-container{
    width: 130px;
}

.neutral-vote {
    font-size: larger !important;
    float: right;
    margin: auto;
    line-height: inherit !important;
    color: #8c98ad;
}

.voted {
    float: right;
    border-radius: 50% !important;
    color: white;
    line-height: inherit !important;
    margin-top: 10px;
    margin-right: 3px;
    background-color: #8c98ad;
}