﻿/*body {
    background: #eee;
    color : #222;
}
a:link a:hover a:visited a:active {
    color: #004A99;
}
.report-header {
    background: #4c95c9;
    padding: 15px 5px .9rem;
    background-image: none;
    border: 1px solid #ccc; 
    border-radius: 20px 20px 0px 0px; 
    color: black;
    text-align: center;
    font-size: larger;
    font-weight: 300;
    margin-bottom: 10px;
}
.report-header h1 {
        color: white;
    }
    .report-right {
    float: right;
    text-align: right;
    overflow: auto;
}
.panel {
    background: #FFF;
    padding: 15px 30px .9rem;
    border-bottom: 1px solid #ccc;
    
}
.text-align-right
{
    text-align:right;
}

.control-title {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.list-sidebyside {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

    .list-sidebyside li {
        display: block;
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }

        .list-sidebyside li + li {
        }

        .list-sidebyside li span {
            text-align : right
        }

.contribution-category{
    text-decoration :none;    
    display: inline;  
}


*/