@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

.container {
    font-family: 'Lato', sans-serif;
}
.seat {
    height: 19px;
    width: 19px;
    background-color: lightgray;
    border: 1px solid #999;
    margin: 1px;
    float: left;
}
.rep-old {
    background-color:  #ffe9e6;
}
.dem-old {
    background-color: #e7f5fe;
}
.rep-new{
    background-color: tomato;
}
.dem-new{
    background-color: lightskyblue;
}
.dem-old.rep-new{
    border-radius: 50%;
}
.rep-old.dem-new{
    border-radius: 50%;
}
.clear-both{
    clear:both;
}
.legend {
    font-size:10px;
    padding:10px;
}
.legend-item-label{
    padding-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    float: left;
}
.legend-item {
    min-width: 150px;
    float:left;
}
#district_search{
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;
    font-size:20px;
}
.explainer{
    color: gray;
    font-size: 0.75em;
}
.detail_link {
    padding: 4px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.landing .col-md-6{
    border-bottom: 1px solid gainsboro;
    margin-bottom: 30px;
		      
}

span.winner{
    font-weight: 700;
    box-shadow: 1px 1px 4px gray;
}

span[data-party]{
    margin-right: 10px;
    display: inline-block;
    /* background-color: #eee; */
}

/* span[data-party='D']{ */
/*     background-color: #e7f5fe; */
/* } */

/* span[data-party='R']{ */
/*     background-color:  #ffe9e6; */
/* } */

/* span[data-party='G']{ */
/*     background-color:  #d3f8d3; */
/* } */

/* span[data-party='W']{ */
/*     obackground-color: #fce9fc; */
/* } */


.seat_label {
    visibility: hidden;
}
/* .seat.senate:hover, */
/* .seat.house:hover{ */
/*     cursor:pointer; */
/* } */
/* .seat:hover .seat_label{ */
/*     visibility: visible; */
/* } */
.seat.important .seat_label{
    visibility: visible;
}
.seat.important {
    /* box-shadow:1px 1px 5px red; */
    color: black;
}
.seat.rep-new{
    color: white;
}

.seat span{
    margin-top:2px;
}
.seat{
    padding-top: 1px;
    text-align: center;
    vertical-align: center;
    /* color: purple; */
    /* font-weight: 700; */
    /* color: white; */
    font-size:10px;
}
.senate.seat:nth-child(18),
.house.seat:nth-child(76){
    box-shadow: 1px 1px 5px black;
}

.race_row {
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

.town-list {
    display: inline-block;
}

.result_area{
    margin-top:5px;
    margin-bottom:8px;
    font-size:18px;
}
.legend_block.seat{
    margin-right: 2px;
}

.leg_bar {
    border: 1px solid #999;
    border-left:none;
    margin-bottom:2px;
}

.bar_group_container{
    border-left: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
		    
}