#preloader {
    position: relative;
    z-index: 10;
}

#preloader div {
    background-color: white;
    width: 100%;
    position: absolute;
    height:1000px;
}

h1.franklin {
    font-size: 42px;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.main-content {
    padding-top: 20px;
}

.iframe .main-content {
    padding-top:10px;
}

.search-box {
    padding: 10px;
    background: #efefef;
    min-width: 210px;
    min-height: 55px;
}

#lawmaker-list {
    display: none;
}

.search-box .ui-combobox input {
    width: 190px;
}

.vote-tally {
    margin: 0 auto;
    width: 45%;
    text-align: center;
    padding-bottom: 10px;
}

.vote-tally .overall {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.vote-tally .col {
    width: 40%;
    float: left;
    position: relative;
}

.vote-tally .col.yes {
    margin-right: 10%;
}

.vote-tally .col.no {
    margin-left: 10%;
}

.vote-tally .overall p {
    font-size: 28px;
}

.vote-tally .count {
    font-family:"FranklinITCProBold","Helvetica","Arial",sans-serif;
}

.vote-tally .icon {
    position: absolute;
    left: 8px;
    top: 6px;
    transition-timing-function: ease-in-out-quad;
    transition: opacity 0.7;
    -moz-transition: opacity 0.7; /* Firefox 4 */
    -webkit-transition: opacity 0.7; /* Safari and Chrome */
    -o-transition: opacity 0.7; /* Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.vote-tally .win .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.vote-tally .no .icon {
    left: 13px;
}

.vote-tally .icon img {
    width: 20px;
    height: 20px;
}

.vote-tally .breakdown {
    position: relative;
    padding-bottom: 30px;
}

.vote-tally .party-labels {
    position: absolute;
    width: 100%;
}

.vote-tally .label.not-voting {
    display: none;
    color: #999;
}

.vote-tally .breakdown p {
    font-size: 15px;
    margin-bottom: 8px;
}

.vote-tally .dem {
    color: #567ed6;
}

.vote-tally .rep {
    color: #d44c51;
}

.vote-cols .col {
    float: left;
    width: 50%;
    margin-right: -1px;
}

.vote-cols .col.yes {
    border-right: 1px solid #ddd;
}

.vote-cols .col.no {
    border-left: 1px solid #ddd;
}

.vote-cols .col.yes .colpad {
    padding-right: 20px;
}

.vote-cols .col.no .colpad {
    padding-left: 20px;
}

.vote-cols .viz {
    margin-bottom: 20px;
    min-height: 100px;
}
.vote-cols .viz .dot {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    margin-right: -1px;
    margin-bottom: -1px;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.vote-cols .yes .viz .dot {
    float: right;
}

.vote-cols .viz .dot.D {
    background: #567ed6;
}

.vote-cols .viz .dot.R {
    background: #d44c51;
}

.vote-cols .viz .dot.I {
    background: #cbb645;
}

.vote-cols .list {
    width: 100%;
}

.iframe .vote-cols .list {
    display: none;
}

.vote-cols .list th {
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 7px;
    cursor: pointer;
}

.vote-cols .list th:hover span {
    text-decoration: underline;
}

.vote-cols .list thead .member,
.vote-cols .list thead .state {
    padding-left: 3px;
}

.vote-cols .list thead .party {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.vote-cols .list i {
    display: none;
    font-size: 10px;
    color: black;
    margin-left: 2px;
}

.vote-cols .list .icon-sort {
    display: inline;
    color: #bbb;
}

.vote-cols .list .headerSortDown .icon-sort-down {
    display: inline;
    margin-left: -9px;
}

.vote-cols .list .headerSortUp .icon-sort-up {
    display: inline;
    margin-left: -9px;
}

.vote-cols .list td {
    padding: 5px 3px;
    padding-bottom: 6px;
}

.vote-cols .list tr:nth-child(odd) td {
    background: #f4f4f4;
}

.vote-cols .list tbody .member,
.vote-cols .list tbody .state {
    font-size: 15px;
    line-height: 1.4em;
}

.vote-cols .list tbody .party div {
    height: 9px;
    width: 9px;
    margin: 0 auto;
}

.vote-cols .list tbody .D .party div {
    background: #567ed6;
}

.vote-cols .list tbody .R .party div {
    background: #d44c51;
}

.vote-cols .list tbody .I .party div {
    background: #cbb645;
}
