﻿.voterecord-holder {
    word-break: initial;
}

.voterecord {
    margin:10px auto;
    font-size:.9em;
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.voterecord th {
    font-weight:bold;
    color:#fff;
    background:#51789E;
    padding:5px 6px;
}

.voterecord th.col1 {
    white-space: nowrap;
    overflow: auto;
}

.voterecord td {
    border-bottom:1px solid #aaa;
    padding:5px 6px;
}
.voterecord .col2 {
    text-transform:capitalize;
    white-space:nowrap;
    overflow: auto;
}
.voterecord .col4 { text-align:center; }
.voterecord .aye { color:#057422; }
.voterecord .nay { color:#D20000; }
.voterecord .col5 { width:60%; }

.voterecord-holder:focus {
    outline: .1em solid rgba(0,0,0,.1);
}

@media (max-width: 767px) {
    .voterecord-holder {
        max-width: calc(100vw - 4rem);
        overflow-x: auto;
        margin: 0 auto;
    }
}