    /* reset */
    
    body,
    h1,
    h2,
    h3,
    h4,
    p {
        margin: 0;
        line-height: 1
    }
    /* font faces */
    
    @font-face {
        font-family: 'sourcesanspro';
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlJbPFduIYtoLzwST68uhz_Y.woff2) format('woff2');
    }
    
    @font-face {
        font-family: 'sourcesanspro';
        font-style: normal;
        font-weight: 900;
        src: url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGIq-Fb0zf838trI74uojZQY.woff2) format('woff2');
    }
    
    body {
        background-color: #fff;
    }
    
    .txt_en {
        display: none;
    }
    
    .lang_en .txt_en {
        display: inline-block;
    }
    
    .lang_en .txt_es {
        display: none;
    }
    /* styles */
    /* bars */
    
    .re_barsgraphic {
        padding: 60px 0 20px 0;
        font-family: 'sourcesanspro', sans-serif;
        position: relative;
        overflow: hidden;
    }
    
    .re_bar {
        height: 20px;
        background-color: #ddd;
        width: 100%;
        position: relative;
        width: 1;
        transition: all 1s ease-out;
    }
    
    .re_loading {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .1);
        z-index: 100000;
        left: 0;
        top: 17px;
        transition: all .5s;
    }
    
    .re_loading .re_loading_table,
    .re_loading .re_loading_cell {
        /* display: table; */
        width: 100%;
        /* height: 100%; */
        /* vertical-align: middle; */
        text-align: center;
    }
    
    .re_loading .re_loading_cell {
        /* display: table-cell; */
    }
    
    .re_loading .re_loading_table .re_spinner {
        width: 20px;
        border-radius: 20px;
        height: 20px;
        display: inline-block;
        background: transparent url(http://cdn1.uvnimg.com/78/85/1ea190c64b7db9b012469c4e0f9c/spinner.svg) no-repeat center center;
        background-size: 12px auto;
        animation: spinning 1s linear infinite;
        /* margin-top: -90px; */
    }
    
    .re_updated {
        position: absolute;
        right: 0;
        top: 6px;
        font-size: 10px;
        color: #999;
        width: 50%;
        text-align: center;
        text-transform: uppercase;
        text-align: right;
        width: 100%;
        text-align: center;
    }
    
    .re_updated_bar {
        position: absolute;
        top: 19px;
        left: 0;
        width: 100%;
    }
    
    .re_updated_bar .re_line {
        /* background-color: #999; */
        height: 2px;
        width: 50%;
        margin: 0 auto;
        border-bottom: 2px solid #aaa;
    }
    
    .re_updated_bar.re_updated_bar_ani .re_line {
        transition-timing-function: linear;
        transition-property: all;
    }
    
    .re_updated_bar.re_updated_bar_0 .re_line {
        width: 0;
    }
    
    @keyframes spinning {
        100% {
            transform: rotate(360deg);
        }
    }
    
    .re_bar .re_segment {
        height: 20px;
        background-color: #333;
        float: left;
        position: relative;
        transition: all 1s ease-out;
        width: 0;
        z-index: 100;
    }
    
    .re_bar .re_segment .re_value,
    .re_bar .re_segment .re_party,
    .re_bar .re_segment .re_chairs,
    .re_bar .re_segment .re_votes,
    .re_bar .re_majoritykey {
        position: absolute;
    }
    .re_votes .re_nvotes {
            padding: 0 5px;
    }
    .re_bar .re_segment .re_value {
        top: -57px;
        left: 50px;
        font-size: 56px;
        font-weight: 800;
        width: 2em;
        opacity: 0;
        transition: all 1s;
        letter-spacing: -2px;
    }
    
    .re_bar .re_segment .re_name {
        display: inline-block;
        transition: all 1s;
        animation: fadein 1s forwards;
        z-index: 50;
        white-space: nowrap;
    }
    
    @keyframes fadein {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .re_bar .re_segment.re_segmentrepublicans {
        text-align: right;
    }
    
    .re_bar .re_segment.re_segmentdemocrats:before,
    .re_bar .re_segment.re_segmentrepublicans:before {
        content: " ";
        width: 56px;
        height: 56px;
        display: inline-block;
        position: absolute;
        top: -56px;
        left: -10px;
        background: url(http://cdn4.uvnimg.com/10/60/da75532b4fc19572a3257ebdb7ec/candidates2.png) no-repeat;
        background-size: 65px auto;
    }
    
    .re_bar .re_segment.re_segmentdemocrats .re_name.re_win:after,
    .re_bar .re_segment.re_segmentrepublicans .re_name.re_win:before {
        width: 16px;
        height: 16px;
        content: " ";
        display: inline-block;
        position: absolute;
        left: -20px;
        background: url(http://cdn3.uvnimg.com/66/95/076cfdbf42f9bc8a006365cfe587/misc.svg) no-repeat center center;
        background-size: auto 16px;
        background-position: -41px 0;
    }
    
    .re_bar .re_segment.re_segmentdemocrats .re_name.re_win:after {
        left: auto;
        right: -20px;
        background-position: 0px 0;
    }
    
    .re_bar .re_segment.re_segmentrepublicans:before {
        left: auto;
        right: 0;
        background-position: 0 bottom;
    }
    
    .re_bar .re_segment .re_party,
    .re_bar .re_segment .re_votes {
        top: 26px;
        left: 0;
        text-transform: uppercase;
        z-index: 50;
    }
    
    .re_bar .re_segment .re_party {
        font-weight: bold;
        font-size: 17px;
    }
    
    .re_bar .re_segment .re_votes {
    top: 43px;
    font-size: 12px;
    color: #999;
   
    white-space: nowrap;
}

    .re_bar .re_segment .re_chairs {
        top: 45px;
        left: 0;
        font-size: 14px;
    }
    
    .re_bar .re_segment.re_segmentrepublicans .re_value,
    .re_bar .re_segment.re_segmentrepublicans .re_party,
    .re_bar .re_segment.re_segmentrepublicans .re_chairs,
    .re_bar .re_segment.re_segmentrepublicans .re_votes  {
        left: auto;
        right: 0;
    }
    
    .re_bar .re_segment.re_segmentrepublicans .re_value {
        /* left: 0; */
        right: 54px;
        /* opacity: 0; */
    }
    
    .re_bar .re_segment.re_segmentrepublicans {
        float: right;
    }
    
    .re_bar .re_segment.re_segmentothers .re_value {
        font-size: 18px;
        left: 0;
        top: -32px;
    }
    
    .re_bar .re_segment.re_segmentothers .re_party {
        font-size: 12px;
        top: -17px;
    }
    
    .re_bar .re_segment.re_segmentothers .re_value,
    .re_bar .re_segment.re_segmentothers .re_party {
        width: 100px;
        text-align: center;
        margin-left: -46px;
    }
    
    .re_bar .re_majoritykey {
        top: 27px;
        left: 50%;
        font-size: 14px;
        width: 100px;
        text-align: center;
        margin-left: -50px;
    }
    
    .re_bar .re_majoritykey .re_label:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 4px 4px;
        border-color: transparent transparent #000 transparent;
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -4px;
    }
    
    .re_reported {
        margin-top: 6px;
        text-align: center;
        font-size: 12px;
        color: #999;
        opacity: 0;
        transition: all 1s;
        /* display: none; */
        visibility: hidden;
    }
    
    .re_bar .re_segment.re_segmentdemocrats {
        background-color: #4D95D1;
    }
    
    .re_bar .re_segment.re_segmentrepublicans {
        background-color: #D44D4D;
    }
    
    .re_bar .re_segment.re_segmentothers {
        background-color: #63B009;
    }
    
    .re_segmentdemocrats .re_value,
    .re_segmentdemocrats .re_name {
        color: #4D95D1;
    }
    
    .re_segmentrepublicans .re_value,
    .re_segmentrepublicans .re_name {
        color: #D44D4D;
    }
    
    .re_segmentothers .re_value,
    .re_segmentothers .re_name {
        color: #63B009;
    }
    
    .re_bar .re_segment.re_segmentdemocrats:before {
        animation: fromleft 1s forwards;
    }
    
    @keyframes fromleft {
        0% {
            transform: translate( -100px, 0)
        }
        100% {
            transform: translate(0, 0)
        }
    }
    
    .re_bar .re_segment.re_segmentrepublicans:before {
        animation: fromright 1s forwards;
    }
    
    @keyframes fromright {
        0% {
            transform: translate( 100px, 0)
        }
        100% {
            transform: translate(0, 0)
        }
    }
    
    .re_footer {
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 32px;
        color: #999;
        vertical-align: middle;
    }
    
    .re_univision,
    .re_results {
        display: inline-block;
        vertical-align: middle;
    }
    
    .re_results {
        margin-left: 10px;
    }
    
    .re_results a {
        color: #4D95D1;
        text-decoration: none;
    }
    
    .re_results a:before {
        content: " ";
        background: url(http://cdn3.uvnimg.com/66/95/076cfdbf42f9bc8a006365cfe587/misc.svg) no-repeat center center;
        background-size: auto 13px;
        background-position: -64px -1px;
        width: 16px;
        height: 10px;
        display: inline-block;
        margin-right: 3px;
    }
    
    .re_univision .re_uvlogo {
        display: inline-block;
        width: 120px;
        height: 11px;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        background: url(http://cdn3.uvnimg.com/66/95/076cfdbf42f9bc8a006365cfe587/misc.svg) no-repeat center center;
        background-size: auto 13px;
        background-position: -100px -2px;
        vertical-align: top;
    }
    
    .re_msg {
        position: fixed;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        z-index: 10000;
        opacity: 0;
        display: none;
        transition: all .4s;
    }
    
    .re_msg .re_msg_table,
    .re_msg .re_msg_cell {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }
    
    .re_loading .re_loading_cell,
    .re_msg .re_msg_cell {
        /* display: table-cell; */
    }
    
    .re_msg_cell p {
        padding: 20px;
        background-color: #fff;
        font: normal 13px 'sourcesanspro', sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #999;
        margin: 0 30px;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, .5) 0 4px 20px;
    }
    
    @media screen and (max-width: 520px) {
        .re_barsgraphic {
            padding: 45px 0 0 0;
        }
        .re_bar,
        .re_bar .re_segment {
            height: 10px;
        }
        .re_bar .re_segment.re_segmentdemocrats .re_value,
        .re_bar .re_segment.re_segmentrepublicans .re_value {
            top: -31px;
            left: 29px;
        }

        .re_bar .re_segment.re_segmentrepublicans .re_value {
            right: 30px;
            left: auto;
        }
        .re_bar .re_segment.re_segmentdemocrats:before,
        .re_bar .re_segment.re_segmentrepublicans:before {
            content: " ";
            width: 50px;
            height: 45px;
            top: -44px;
            background-size: 50px auto;
            left: -17px;
        }
        .re_bar .re_segment.re_segmentrepublicans:before {
            left: auto;
            right: -17px;
        }
        .re_bar .re_segment .re_value {
            font-size: 30px;
            letter-spacing: -1px;
        }
        .text_majority {
            display: none;
        }
        .re_bar .re_segment .re_party {
            font-size: 14px;
            top: 10px;
        }
        .re_reported {
            font-size: 10px;
            margin-top: 8px;
        }
        .re_bar .re_segment .re_name span {
            display: none;
        }
        .re_footer {
            margin-top: 29px;
            opacity: .5;
        }
        .re_bar .re_majoritykey {
            font-size: 12px;
            top: 20px;
        }
        .re_updated {
            top: 1px;
        }
        .re_updated_bar {
            top: 10px;
        }
        .re_updated_bar .re_line {
            border-width: 1px;
        }
        .re_bar .re_segment.re_segmentothers .re_party {
            font-size: 10px;
            max-width: 40px;
            overflow: hidden;}
.re_bar .re_segment .re_votes {
  top: 24px;
  font-size: 11px;
}
    }