h1 {
  font-family: 'HaasTextBold', 'Helvetica', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.table-footnote {
  font-family: 'HaasText', 'Helvetica', sans-serif;
  font-size: 16px;
  color: #BCBEC0;
  padding: 20px 10px;
}
text {
  font: 12px sans-serif;
  pointer-events: none;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.copyblock {
  margin: 30px auto 50px auto !important;
}

.campRaised, .total, .pacRaised{
  border-left: 1px solid #aaaeb2;
}


thead th{
  position: relative;
  padding-top: 45px;
  padding-bottom: 10px;
}


.top-line{
  /*font-weight: bold;*/
  position: absolute;
  top: 0px;
  width: 400px;
  font-family: 'HaasTextBold', 'Helvetica', sans-serif !important;
}

.tooltip {
  font-family: 'HaasText', 'Helvetica', sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.tooltipName {
  font-family: 'HaasTextBold', 'Helvetica', sans-serif;
}

@media only screen and (max-width: 720px){
  .top-line{
    width: 100%;
  }

}



/* chart column classes */
th {
  font-family: 'HaasText', 'Helvetica', sans-serif !important;
  font-weight: normal;
  font-size: 16px !important;
  text-align: left;
  cursor: pointer;
  padding: 15px;
  width: 12%;
  color: #2A343F;
}
th:first-child {
  text-align: left;
  width: 16%;
}
tr {
  border-bottom: 1px solid #f2f2f2;
  height: 50px;
  font-family: 'HaasTextBold', 'Helvetica', sans-serif;
  font-size: 18px;
  color: #000;
}
td {
  padding: 0 15px;
}
.sorted{
  /*background-color: rgba(0,0,0,.1);*/
}
.top-line .period{
  font-family: 'HaasText', 'Helvetica', sans-serif !important;
  font-size: 14px !important;
  color: #aaaaaa;
  display: block;
  margin-top: 5px;
}
.fa {
  font-style: normal;
  position: absolute;
  right: 5px;
}

.r-align{
  text-align: right;
}

.name {
  font-family: 'HaasText', 'Helvetica', sans-serif;
  font-size: 18px;
  padding-top: 4px;
  color: #2A343F;
}

.not-running{
  color: #BCBEC0 !important;
}
.timestamp {
  font-family: 'HaasText', 'Helvetica', sans-serif !important;
  font-style: italic;
  font-size: 14px !important;
  color: #aaaaaa;
}
.raised {
    border-left: 1px solid #f2f2f2;
}

.not-final{
  font-family: 'HaasText', 'Helvetica', sans-serif;
  padding-right: 9px !important;
}

/*.party-r .name{ color: #FF006B; }
.party-d .name{ color: #33CCCC; }
*/.party-r .percent-bar{ background-color:#fa8a9c; }
.party-d .percent-bar{ background-color:#8ccdff; }

.percent-bar{ opacity: 0; }
.percent-bar.active{ opacity: 1; }




@media only screen and (max-width: 950px){
  .campCash, .pacCash{
     display: none;
  }
}

@media only screen and (max-width: 760px){
  .campSpent, .pacSpent{
    display: none;
  }

  thead th{
    padding-top: 65px;
  }

}

@media only screen and (max-width: 550px){
}




thead tr{
  border-bottom: 1px solid #aaaeb2;
}


.showMore {
  margin: 0px 4px 0px 0px;
  padding: 10px;
  background-color: #efefef;
  cursor: pointer;
  color: #bbb;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 200px;
  margin: 0px auto;
  margin-top: 20px;
  text-align: center;
  font-family: 'HaasText';
}
.showMore:hover {
  color: #767676;
}