.node.abstract .field > .field-label,
.node.abstract .field > .label-inline {
    display: inline-block;
    width: 30%;
    text-align: right;
    margin-right: 1%;
    font-weight: bold;
    vertical-align: top;
}
.node.abstract .field > .field-address-items {
    display: inline-block;
}

.node.abstract.full td.views-field-field-score,
.view.own-content.eval td.views-field-field-score {
    width: 60px;
    text-align: right;
}
.total-score {
    margin-top: 1em;
    font-weight: bold;
    float: right;
    width: auto;
}
.total-score td {
    background-color: #eee;
}

.current-user td {
    background-color: #eee;
}

.big-btn {
    display: inline-block;
    color: #fff;
    padding: 17px 20px 17px 45px;
    border-radius: 3px;
    font-size: 16px;
    background: var(--current_color) url(../ui/icon-rate.png) no-repeat 5px 50%;
    margin-bottom: 1em;
    float: right;
    transition: all 400ms ease-out;
    border-right: 1px solid var(--current_color);
    border-bottom: 1px solid var(--current_color);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
}
.big-btn:hover {
    background-color: var(--current_color);
}
.big-btn.disabled {
    background-color: var(--current_color);
    opacity: 0.3;
    cursor: default;
    position: relative;
}
.big-btn.disabled:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 0;
    border: 1px solid #333;
    transform: rotate(-25deg);
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .node.abstract .field > .field-label,
    .node.abstract .field > .label-inline {
        display: block;
        text-align: left;
        margin-right: 0;
        margin-bottom: 0.3em;
    }
}
