
body {
    background-color: #F4F1D8;
}


/*NEW STUFF BELOW*/

/*LRC NEW STUFF*/
ul.hanging-indent-list {
    padding-left: 0px;
}

ul.hanging-indent-list li{
    padding-left: 1.5em;
    text-indent: -1.5em;
    list-style-type: none;
}

.right-align-text{
    text-align: right;
}

.left-align-text{
    text-align: left;
}

.center-align-text{
    text-align: center;
}

.bill-table {
    background-color: white;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.25); /* or white */
 }
 
 .drop-shadow {
    box-shadow: 5px 5px 10px #888888;
 }

.bill-table table th {
    text-align: right;
}

.table{
    margin-bottom: 0px;
}

.breadcrumbRow .container,
    .breadcrumb {
        background-color: #F4F1D8;
    }

.proceedings-paragraph{
    margin-left: 1em;
}

.main-page-fa{
    display: inline;
}