@font-face {
    font-family: "Entypo";
    src: url("../assets/entypo.woff") format('woff');
}

.votes {
    display: inline-block;
}

.votes .up {
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 6px;
    padding-right: 0;
    margin-right: 6px;
    float: left;
}

.votes .down {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 4px;
    padding-right: 0;
    margin-right: 10px;
}

.votes .up:before {
    text-indent: 0;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    display: block;
    content: "\e876";
    font-family: Entypo;
    font-size: 20px;
    line-height: 20px;
}

.votes .down:before {
    text-indent: 0;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    display: block;
    content: "\e873";
    font-family: Entypo;
    font-size: 20px;
    line-height: 20px;
}

.navigation-list-item a {
    color: #7F9CAB;
}

.navigation-list-item a:active, 
.navigation-list-item a:hover {
    color: #0C7CD5;
}

.primary,
.new-reply {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #adc0c9;
    color: #fff;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
}

.primary:hover, 
.new-reply:hover {
    background-color: #51adf6;
    color: #fff;
}

.navigation-list-item.vote {
    font-size: 1.8rem;
}

.navigation-list-item .primary.internal-link.login {
    padding: 5px 10px;
    font-size: 1.3rem;
    text-decoration: none;
}

/* [data-messagename$="cancel"],
[data-cancel] {
    display: none;
} */

.edit .navigation-list.ui-links {
    display: none;
}