.candidate-line {
    width: 95%;
    padding: 5px 0;
    text-transform: uppercase;
    display: flex;
    background-color: white;
    margin: 4px auto;
    border-radius: 3px;
}

.candidate-name {
    width: 45%;
    margin-left: 5px;
}

.candidate-line h1 {
    font-size: 1em;
    font-weight: 700;
    margin: 4px 0 0 0;
    /*letter-spacing: 1px;*/
    padding: 0;
}

.candidate-party {
    text-transform: none;
    font-size: .875em;
    font-weight: 700;
    margin: 4px 0 0 0;
    padding: 0;
}

.candidate-party-Republican {
    color: #9C4A3D;
}

.candidate-party-Democratic {
    color: #424B5B;
}

.candidate-bar {
    width: 200px;
    height: 25px;
    background: #EEEEEE;
}

.candidate-votes {
    width: 15%;
    text-align: right;
}