#evoter_accordion .panel.vote {
    margin: -1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#evoter_accordion > .panel > .panel-heading a {
    text-decoration: none;
}

#evoter_accordion > .panel .panel-title {
    width: 100%;
}

.vote-summary {
    font-size: 0.9em;
    font-style: italic;
}

.vote-summary-wrap {
    margin-right: 6em;
    margin-bottom: 0.5em;
}

#page-title-text {
    min-height: 68px;
}

.vote-question {
    clear: bottom;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 6px;
    padding: 0;
}

.vote-question a {
    text-transform: none;
}

.evoter-reptitle a {
    color: #005cb9;
    text-transform: none;
}

.evoter-reptitle a:hover {
    color: #a03021;
}

hr.divider {
    clear: both;
}

.vote_detail .btn_more,
.vote-more .btn_more {
}

.btn_write a {
    background-color: #be1702;
}

.vote_detail {
    margin-top: 1em;
    clear: both;

}

.vote-more .btn_more {
    display: inline-block;
}

.vote.content:not(:last-child) {
    margin-bottom: -1px;
}

.user-make-choice {
    margin: 1.5em 0 0 0;
    width: 100%;
    text-align: center;
}

.user-make-choice > .btn {
    width: 50%;
}

.user-vote-loading {
    text-align: center;
}

.row > .bottom-aligned > *[class*="col-sm-"] {
    margin-top: 0.5em;
}

.vote_detail > strong {
    display: block;
}

@media (min-width: 768px) {
    .row > .bottom-aligned {
        display: table;
        width: 100%;
    }

    .row > .bottom-aligned > *[class*="col-sm-"] {
        display: table-cell;
        vertical-align: bottom;
        height: 100%;
        float: none;
    }

    .user-make-choice {
        text-align: left;
    }

    .user-make-choice > .btn {
        width: auto;
    }

    .user-vote-loading {
        text-align: left;
    }

    .vote_detail > strong {
        display: inline;
    }
}
