﻿.imgbox img {
    width: 100%;
    height: 100%;
}

.vtj .bar-footer {
    height:60px;
}
    .vtj .bar-footer button {
        width: 60px;
        background-color: #1380d9;
        color: white;
    }

.mobileFooter {
    padding: 0px;
    border-color: white !important;
}
    .mobileFooter .buttons {
        width:25%;
    }

        .mobileFooter .buttons button {
            margin-top: 0px;
            height: 44px;
        }


.mt5 {
    margin-top: 5px;
}

.dashboardgrayi {
    color: #ccc;
}

.userDashboardEmail, .userDashboardEmail a {
    font-size: 15px;
    margin-top: 20px;
    color: white;
}



.dashboardImage {
    background-image: url("/images/me_background.png");
    height: 190px;
    background-size: 100%;
    font-size: 35px;
    color: blue;
    padding-top: 30px;
    border-color: white;
}

.registerImg {
    background-image: url("/images/register-sub-1.png");
    height: 240px;
    background-size: 100%;
    font-size: 35px;
    color: blue;
    padding-top: 130px;
    border-color:white;
}

.appAuto a {
    text-decoration: none;
}

.logImage {
    background-image: url("/images/login-sub-1.png");
    height: 240px;
    background-size: 100%;
    font-size: 35px;
    color: white;
    padding-top: 130px;
}

.applogin input {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.applogin .list-inset i {
    padding-right:10px;
}

.bio .card {
    box-shadow: initial;
    margin: 0;
}

.search-fund-title {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 8px 0px;
}

.fundingtop {
    height: 400px;
    overflow-y: scroll
}

.mt50 {
    margin-top:50px;
}

.date {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear:both;
}

.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    float: left;
    width: 16.66666667%;
}

.articlelog {
    width: 100px !important;
    height: 56px !important;
}


.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }


.textcenter {
    text-align:center;
}

.size-12 {
  font-size: 12px; }
  .size-12.bold {
    font-weight: bold; }

.size-13 {
  font-size: 13px; }
  .size-13.bold {
    font-weight: bold; }

.size-14 {
  font-size: 14px; }
  .size-14.bold {
    font-weight: bold; }

.size-15 {
  font-size: 15px; }
  .size-15.bold {
    font-weight: bold; }

.size-16 {
  font-size: 16px; }
  .size-16.bold {
    font-weight: bold; }

.size-17 {
  font-size: 17px; }
  .size-17.bold {
    font-weight: bold; }

.size-18 {
  font-size: 18px; }
  .size-18.bold {
    font-weight: bold; }

.size-19 {
  font-size: 19px; }
  .size-19.bold {
    font-weight: bold; }

.size-20 {
  font-size: 20px; }
  .size-20.bold {
    font-weight: bold; }

.size-21 {
  font-size: 21px; }
  .size-21.bold {
    font-weight: bold; }

.size-22 {
  font-size: 22px; }
  .size-22.bold {
    font-weight: bold; }

.size-23 {
  font-size: 23px; }
  .size-23.bold {
    font-weight: bold; }

.size-24 {
  font-size: 24px; }
  .size-24.bold {
    font-weight: bold; }

.live {
  margin-left: 15px;
  line-height: 44px; }

.live i {
  font-size: 40px;
  color: red;
  padding-right: 10px; }

.live .livecontent {
  font-weight: bolder; }

.live a {
  text-decoration: none; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.share {
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: 9;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #2e5ba5; }
  .share dl {
    display: none; }
    .share dl dt {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      background: #2e5ba5;
      margin-bottom: 10px; }
      .share dl dt .button {
        min-height: 100%;
        color: #FFF; }
      .share dl dt.facebook {
        background: #3b5998; }
      .share dl dt.twitter {
        background: #29c5f6; }
  .share.show dl {
    display: block;
    animation: show 0.2s;
    transform: translate3d(0px, -142px, 0px); }
  .share.hide {
    display: block; }
    .share.hide dl {
      transform: translate3d(0px, 0px, 0px);
      animation: hide 0.2s; }

@keyframes show {
  from {
    transform: translate3d(0px, 0px, 0px); }
  to {
    transform: translate3d(0px, -142px, 0px); } }

@keyframes hide {
  from {
    display: block;
    transform: translate3d(0px, -142px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px);
    display: none; } }

.A_UserDashboardPhoto {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    display: inline-table;
    background: #bababa;
    font-size: 20px;
    font-weight: bold;
    font-family: "sans-serif";
    text-align: center;
    text-decoration: none;
}

.A_UserPhoto {
  color: #FFF !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-table;
  background: #bababa;
  font-size: 20px;
  font-weight: bold;
  font-family: "sans-serif";
  line-height: 30px;
  text-align: center;
  float: left;
  margin-top: 7px;
  text-decoration: none; }

.party {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: center;
  color: #999;
  line-height: 20px; }
  .party.party-D {
    background-color: #0448b9;
    color: #FFF; }
  .party.party-R {
    background-color: #DF1728;
    color: #FFF; }

.gray {
  color: #999; }

.red {
  color: red }

.icon.red, .iconfont.red {
  color: #D95C5C !important; }

.icon.fave, .iconfont.fave {
  color: #ffc446 !important; }

.small {
  font-size: 12px; }

.bar.bar-default {
  background-color: #0b5c94;
  border-color: #0d4e7c;
  background-image: linear-gradient(0deg, #0d4e7c, #0d4e7c 50%, transparent 50%); }
  .bar.bar-default .title {
    color: #FFF; }

.bar-header, .bar-light {
  color: #FFF; }
  .bar-header.transparent, .bar-light.transparent {
    background-image: none;
    background-color: transparent;
    border-color: transparent; }
  .bar-header .button-clear, .bar-light .button-clear {
    color: #FFF !important; }

.bar-footer .item-input {
  width: 100%;
  padding: 0;
  border: none; }

.bar-footer .input {
  width: 35%;
  height: 27px;
  margin: 5px;
  max-width: 50%; }
  .bar-footer .input input {
    width: 100%;
    border: 1px solid #797979;
    border-radius: 17px;
    height: 100%;
    padding: 2px 15px; }

.bar-footer > .tool {
  right: 0;
  position: absolute;
  height: 100%;
  top: 7px; }
  .bar-footer > .tool > li button {
    width: 100%;
    height: 100%; }
    .bar-footer > .tool > li button i {
      font-size: 18px; }
    .bar-footer > .tool > li button .badge {
      left: 20px !important; }
  .bar-footer > .tool > li.share {
    position: unset;
    background: none; }
    .bar-footer > .tool > li.share button {
      color: #FFF; }
    .bar-footer > .tool > li.share button:before {
      font-size: 18px;
      line-height: unset; }

.button .badge {
  top: 4px;
  right: 1px;
  position: absolute;
  color: #FFF;
  background: #F00;
  padding: 0 4px;
  font-size: 12px;
  font-weight: initial; }
  .button .badge.round {
    top: 10px;
    right: 10px;
    min-height: 10px;
    min-width: 10px;
    display: block; }



dl.tool, ul.tool {
  bottom: 0;
  position: relative;
  display: table;
  margin-bottom: 0px; }

dl.tool dt, ul.tool li {
  float: left;
  margin-right: 8px;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: inherit; }
  dl.tool dt .button, ul.tool li .button {
    width: 100%;
    height: 100%;
    max-height: initial;
    min-height: initial;
    max-width: initial;
    min-width: initial;
    line-height: inherit; }
    dl.tool dt .button .badge, ul.tool li .button .badge {
      top: 0;
      left: 25px;
      text-align: center;
      min-width: 20px;
      display: table; }
  dl.tool dt .iconfont, ul.tool li .iconfont {
    font-size: 18px;
    color: #777; }

.html img {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important; }

.html table {
  width: 100% !important; }
  .html table tr {
    border: 1px solid #ccc; }
    .html table tr td {
      border: 1px solid #ccc; }

.candidate {
  background-color: #f0f0f0; }
  .candidate section {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    display: table;
    position: relative;
    min-height: 100px;
    /*&:last-child {
            margin-bottom:0;
            border-bottom:none;
        }*/
    margin-bottom: 10px; }
    .candidate section .header::after, .candidate section .footer::before {
      content: ' ';
      width: 150%;
      margin-left: -20px;
      display: table; }
    .candidate section > .header {
      height: 30px;
      width: 100%; }
      .candidate section > .header .title {
        color: #c87109;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        line-height: 30px;
        float: left;
        text-transform: uppercase; }
      .candidate section > .header button:first-child {
        float: left; }
      .candidate section > .header .button:last-child {
        float: right;
        text-align: right;
        height: 30px;
        min-height: 30px;
        line-height: 30px; }
      .candidate section > .header::after {
        border-bottom: 1px solid #CCC; }
    .candidate section .content {
      padding: 10px 0; }
    .candidate section .property.content {
      min-height: 100px;
      max-height: 250px;
      overflow: hidden; }
    .candidate section .footer {
      height: 30px;
      width: 100%;
      height: 40px;
      margin-bottom: -10px; }
      .candidate section .footer .title {
        color: #444;
        text-align: center;
        font-size: 16px;
        margin: 0;
        line-height: 35px; }
      .candidate section .footer::before {
        border-top: 1px solid #CCC; }
      .candidate section .footer .button {
        margin: 0 auto;
        color: #333;
        min-height: initial; }
  .candidate section.auto {
    padding: 0;
    padding-bottom: 10px; }
    .candidate section.auto > .header {
      padding: 0 10px;
      margin-top: 10px; }
  .candidate section.list ion-item.item:first-child {
    border-top: none; }
  .candidate section.list ion-item.item:last-child {
    border-bottom: none; }
  .candidate section.list .content {
    padding: 0;
    padding-top: 1px; }
  .candidate section.list:last-child {
    margin-bottom: 10px; }
  .candidate .backImg {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    display: table;
    position: relative;
    min-height: 100px;
    padding: 0;
    height: 160px; }
  .candidate .info .photo {
    width: 100px;
    height: 120px;
    padding: 5px;
    background-color: #ededed;
    float: left;
    margin-top: -46px;
    position: relative; }
  .candidate .info .name {
    height: 65px;
    position: relative;
    padding-left: 110px;
    width: 100%; }
    .candidate .info .name > span {
      text-transform: capitalize;
      max-width: 68%;
      width: 68%;
      display: inline-block;
      padding: 15px 0;
      font-weight: bold;
      font-size: 18px; }
    .candidate .info .name > .follow {
      float: right;
      margin-top: 10px;
      width: 60px;
      color: #FFF;
      background: #387ef5; }
      .candidate .info .name > .follow.active {
        border: 1px solid #999;
        color: #999;
        background: #FFF; }
      .candidate .info .name > .follow.button-light {
        border: 1px solid #999; }
  .candidate .info .btns {
    clear: both;
    margin-top: 30px; }
    .candidate .info .btns > .button {
      width: 100px;
      min-height: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 14px; }
    .candidate .info .btns .voluntter {
      border: 1px solid #387ef5;
      color: #387ef5; }
  .candidate .info .describe {
    margin-top: 15px; }
    .candidate .info .describe a {
      text-decoration: none; }

.politicalexperience > a.title {
  text-decoration: none;
  width: 100%; }

.politicalexperience .title {
  font-size: 16px;
  font-weight: bold; }

.politicalexperience .describe {
  display: table;
  font-size: 12px;
  margin-top: 1em; }

.article .article_list > .list > .item-year {
  text-align: center;
  background: #f0f0f0;
  color: #d2d2d2; }
  .article .article_list > .list > .item-year span {
    color: #d7a038;
    font-size: 18px; }

.article .article_list > .list a.item-content {
  height: 83px;
  padding-right: 16px; }
  .article .article_list > .list a.item-content .time {
    float: left;
    width: 50px;
    background: #7fa2d2;
    text-align: center;
    color: #FFF;
    height: 50px;
    padding: 5px 0; }
    .article .article_list > .list a.item-content .time .M {
      text-transform: uppercase; }
  .article .article_list > .list a.item-content .title {
    padding-left: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 26px; }


.article_list .title {
    padding-left: 0px !important;
}

.article .content {
  min-height: 100px; }
  .article .content img {
    width: 100%; }
  .article .content.html .row {
    display: block; }

.debate .list a.item-content {
  padding: 16px; }
  .debate .list a.item-content .cover {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
    .debate .list a.item-content .cover img {
      width: 100%;
      height: 100%; }
  .debate .list a.item-content .title {
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 26px; }
  .debate .list a.item-content .tool {
    margin-top: 10px; }
    .debate .list a.item-content .tool .time {
      font-size: 12px;
      color: #999; }

.bill ion-content .button-bar .item-checkbox {
  width: 50%; }

.bill ion-content .button-bar .item-checkbox:last-child {
  width: 51%; }

.bill .list a.item-content {
  padding-right: 16px; }
  .bill .list a.item-content .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 26px;
    line-height: 20px; }
  .bill .list a.item-content .congress {
    margin: 5px 0;
    font-style: italic; }
  .bill .list a.item-content .lates_action {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 26px;
    line-height: 20px; }
    .bill .list a.item-content .lates_action i {
      color: cornflowerblue; }

.bill.info .source {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _-webkit-line-clamp: 1;
  line-height: 26px; }

.bill.info .tracker {
  line-height: 26px; }

.bill .tracker ol {
  font-size: 12px;
  display: table; }
  .bill .tracker ol li {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-left: 5px;
    float: left;
    margin-top: 5px; }
    .bill .tracker ol li.active {
      background: #999;
      color: #FFF; }
    .bill .tracker ol li.first {
      border: none;
      font-size: 15px;
      margin-left: 0;
      padding: 0; }

.bio {
  display: inline-block !important; }
  .bio .html .item {
    padding: 16px 0; }
  .bio .item {
    border: none;
    white-space: normal; }
    .bio .item .header::after {
      border: none; }
    .bio .item p {
      white-space: normal; }
    .bio .item .title {
      color: #333 !important;
      font-size: 16px !important;
      font-weight: bold;
      margin: 0;
      line-height: 30px;
      float: left;
      text-transform: uppercase; }
    .bio .item .html .title {
      text-transform: capitalize; }
  .bio .item.active {
    background-color: #ffffff;
    border: none;
    padding: 0; }
  .bio .link-list {
    list-style: initial; }
    .bio .link-list li {
      list-style-type: inherit;
      margin-left: 20px;
      line-height: 26px;
      color: #333; }
    .bio .link-list h6 {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      margin: 0; }

.funding section {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px; }
  .funding section table {
    width: 100%; }
  .funding section h3 {
    font-size: 14px; }

.funding .homepage table {
  table-layout: fixed; }

.funding table tr:nth-of-type(2n+1) {
  background-color: #f1f1f1; }

.funding table td {
  border-collapse: collapse;
  padding: 2px 10px;
  border: 1px solid #ccc; }

.position section {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px; }
  .position section table {
    width: 100%; }
  .position section h3 {
    font-size: 18px; }

.position .homepage table {
  table-layout: fixed; }

.position table tr:nth-of-type(2n+1) {
  background-color: #f1f1f1; }

.position table td {
  border-collapse: collapse;
  padding: 2px 10px;
  border: 1px solid #ccc; }

.election h2 {
  font-size: 18px; }

.election h3 {
  font-size: 15px; }

.election .tab-content img {
  max-width: 100%;
  margin: 0 auto; }

.election .html .image-candidate-thumbnail-wrapper img, .election .html .votebox_bp_logo {
  width: 50px !important;
  height: 50px;
  border-radius: 50%; }

.election .html table img {
  width: auto !important; }

.contact .button > img {
  width: 30px; }

.contact .candidate-social img {
  width: 30px; }

.gallerys .gallery {
  width: 100%; }
  .gallerys .gallery a.item-content {
    padding-right: 16px; }
  .gallerys .gallery .cimage {
    width: 100%;
    height: 200px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #EEE; }
    .gallerys .gallery .cimage .img {
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .gallerys .gallery .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 26px; }

.photos .list .item {
  height: 300px; }
  .photos .list .item .img {
    width: 100%;
    height: 100%;
    background-position: center; }

.endorsements .list .item .content {
  word-wrap: break-word;
  word-break: break-word; }

.videos {
  background: #F0f0f0; }
  .videos .video {
    width: 100%;
    border: none;
    margin: 0;
    margin-bottom: 10px; }
    .videos .video .item-content {
      padding: 16px; }
    .videos .video .cimage {
      width: 100%;
      height: 200px;
      cursor: pointer;
      padding: 2px;
      border: 1px solid #EEE; }
      .videos .video .cimage .img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .videos .video .cimage .img.fill {
          background-size: 100%; }
        .videos .video .cimage .img.default {
          background-image: none !important;
          background-color: #EEE; }
      .videos .video .cimage:before {
        font-size: 60px;
        font-style: normal;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #F00;
        display: table; }
    .videos .video .title {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
      line-height: 26px; }

.video iframe {
  width: 100%;
  height: 300px; }

.nav {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
  margin-top: 16px; }
  .nav .tabs-top > .tabs {
    top: 0; }
  .nav .tabs-top .tab-content {
    top: 48px;
    height: auto; }

.none {
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center; }

.table {
  width: 100%; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    text-align: left; }
  .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }

.openAPP {
  background: #6e9df5;
  font-size: 16px;
  color: #FFF; }

.comments.simple {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 10px; }
  .comments.simple .item {
    border-left: none;
    border-right: none; }

.comments .d_comment .item-content {
  /*padding: 16px !important;*/
  padding: 16px; }

.comments .d_comment .d_photo {
  width: 35px;
  height: 35px;
  float: left; }
  .comments .d_comment .d_photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.comments .d_comment .d_right {
  padding-left: 50px; }
  .comments .d_comment .d_right .d_name {
    font-size: 14px;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    _-webkit-line-clamp: 1; }
  .comments .d_comment .d_right .d_time {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px; }
  .comments .d_comment .d_right .d_content img {
    max-width: 100%;
    display: block; }

.comments .d_comment .tool {
  position: absolute;
  top: 16px;
  right: 0; }

.replycomment .list .item:first-child .item-content {
  background-color: #FFF; }

.replycomment .list .item .item-content {
  background-color: #EEE; }

.divLegend i {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 3px;
}

    .divLegend i.red {
        background: #d9534f;
    }

    .divLegend i.blue {
        background: #337ab7;
    }

    .divLegend i.vacant {
        background: #d2e5f7;
    }

    .divLegend i.processbarmiddle {
        background: #b8b7b7;
    }

    .divLegend i.demrephalf {
        background: #874f87;
    }

    .divLegend i.repother {
        background: #eabab8;
    }

    .divLegend i.demother {
        background: #a8c4db;
    }

    .divLegend i.othercontrol {
        background: #fff;
        border: 1px solid black;
    }

.divLegend i.repleans {
    background: #FF8B98;
}

.divLegend i.demleans {
    background: #8AAFFF;
}

.divLegend i.reptilt {
    background: #CF8980;
}

.divLegend i.demtilt {
    background: #949BB3;
}

.divLegend i.replikely {
    background: #FF5865;
}

.divLegend i.demlikely {
    background: #577CCC;
}

.divLegend i.tossup {
    background: #874f87;
}

.divLegend i.presidentresults {
    background: #b4afcd;
}

.progress-bar-democratic {
    background: #337ab7;
}

.progress-bar-Republican {
    background: #d9534f;
}

.progress-bar-democratic-likely {
    background: #577CCC;
}

.progress-bar-democratic-leans {
    background: #8AAFFF;
}

.progress-bar-democratic-tilt {
    background: #949BB3;
}


.progress-bar-Republican-likely {
    background: #FF5865;
}

.progress-bar-Republican-leans {
    background: #FF8B98;
}


.progress-bar-Republican-tilt {
    background: #CF8980;
}

.progress-bar-TossUp {
    background: #874f87;
}

.progress-bar-other {
    background: #b8b7b7;
}

.map-federal-map .progress-bar {
    font-size: 9px;
}

.btn-outline {
    color: #337ab7;
    background: #fff;
    border: 1px solid #337ab7;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}