/*
button.donor-reveal{
    background-color:#d9d9d9;
    color: #333;
    cursor:pointer;
    padding: 1px 0px 1px 3px;
    border-radius: 3px;
    border:0;
    line-height: normal;
}
button.donor-reveal:hover{
    background-color:#6b6b6b;
    color:#fff;
}
*/

button.donor-reveal{
    background-color: transparent;
    padding: 1px 0px 1px 3px;
    border:0;
    color: #333;
    line-height: normal;
    border-bottom: 1px dotted #288BD1;
    text-decoration: none;
}
button.donor-reveal:hover{
    background-color:#288BD1;
    color:#fff;
}

#close-dr {
    float:right;
    font-weight:bold;
    border: 1px solid #6b6b6b;
    color:#6b6b6b;
    margin: 0 10px;
}

.donor-box {
    cursor: pointer;
}

div.donor-box img{
    float:left;
    padding: 0 10px 10px 0;
    display:inline;
    width:60px;
}
div.donor-box p {
    line-height: 16px;
    margin-bottom:0;
    padding-bottom:6px;
}
.ui-tooltip {
    width: 200px;
}
div.donor-box p.source{
    font-size:.7em;
    margin:0;
    padding:0;
    text-align:right;
    text-transform: uppercase;
}
div.donor-box span.party-dist{
    font-style:italic;
    font-size:80%;
}
div.donor-box span.law-header{
    font-weight: bold;
    font-size:90%;
    color:#6b6b6b;
}
div.donor-box span.law-name{
    font-weight: bold;
    font-size:110%;
}
div.donor-box .table{
    margin-bottom:2px;
}
div.donor-box .table th{
    line-height: 10px;
}
div.donor-box .table td{
    line-height: 14px;
    text-transform: capitalize;
}