.pv_hideOnLoad {
    display: none;
}

.pv_chart {
    margin: 2%;
}

.pv_chart h6 {
    margin-bottom: 1%;
    font-size: 1em;
    margin-bottom: .5em;
}

@media screen and (min-width: 56.875em) {
    .pv_chart {
        float: right;
        width: 34%;
    }
}

.pv_pie-desc {
    width: 60%;
    margin-left: 5%;
    float: right;
}

.pv_pie {
    width: 35%;
    transform: rotate(-90deg);
}

.pv_pie svg {
    background: #e74c3c;
    border-radius: 50%;
}

.pv_pie circle {
    fill: #e74c3c;
    stroke: #2980b9;
    stroke-width: 32;
    r: 16px;
    cx: 16px;
    cy: 16px;
}

.pv_pie text {
    font-size: .5em;
    fill: #FFF;
    transform: rotate(90deg);
}


.pv_bar {
    margin-left: 5%;
    border-left: 1px solid #000;
    padding: 5px 0;
}

.pv_bar > div {
    margin: 3px 0;
}

.pv_bar div > span {
    margin-left: 5%;
    color: #FFF;
}

.pv_bar div > p {
    margin-bottom: 0;
    color: #999;
}

.pv_bar .dem, .pv_bar .rep {
    float: left;
    margin-right: 5%;
    background-color: #2980b9;
}

.pv_bar .rep {
    background-color: #e74c3c;
}

.content-area .pv_current_table {
    font-size: .84em;
}

.pv_current_table thead th:first-child, .pv_current_table thead td:first-child {
    width: 70%;
}

.pv_current_table tbody tr:not(.pollyvote) > :first-child > a:first-child:not(.pv_expand) {
    margin-left: 7%;
}

.pv_current_table tbody tr > :first-child > div.pv_single {
    margin-left: 12%;
}

.widget .pv_current_table {
    margin-bottom: 30px;
}

.widget .pv_current_table th, .widget .pv_current_table td {
    padding: inherit;
    padding-top: 2px;
    padding-bottom: 2px;
}

.widget .pv_current_table thead th {
    padding-left: 5px;
}

.pv_current_table div.pv_single.hide {
    display: none;
}

.pv_current_table tr a.pv_expand {
    width: 7%;
    text-decoration: none;
    border: none;
    box-shadow: none;
    text-align: left;
    display: inline-block;
    float: left;
}

@media screen and (min-width: 56.875em) {
    .content-area .pv_current_table {
        width: 40%;
        float: right;
        margin: 0 2% 2% 2%;
    }
}


.pv_tree {
    margin: 0;
    padding: 0;
}

.pv_tree img {
    max-width: 35%;
    max-height: 150px;
}

.pv_tree .node {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
}

.pv_tree .node a.collapse-switch {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
}

.pv_tree .node a.collapse-switch:hover {
    border-color: #686868;
}

.pv_tree .node p {
    margin: 0;
}

.pv_tree .node .node-name {
    font-weight: bold;
}

.pv_tree .node .node-name, .pv_tree .node .node-title, .pv_tree .node .node-contact {
    text-align: center;
}

.pv_tree .node .node-contact {
    font-style: italic;
    font-size: .8em;
}

.pv_tree .node img {
    margin-right:  10px;
}