.vote5, vote5 span {
    box-sizing: border-box;
}
.vote5 {
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    padding: 4px 0 4px 8px;
    color: inherit;
    text-decoration: none;
}
.vote5:hover {
    text-decoration: none;
}
.vote5 span {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    font-weight: inherit;
    padding: 0 8px;
    margin: 0 0 0 8px;
}
