/*
Libra RegEng Scheme CSS Sheet
Sheet rendered @ Tuesday, September 30, 2025 8:11:18 PM
*/
.main-wrapper
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.main-wrapper
{
    width: 960px;
    margin: 0 auto 0 auto;
}

.section
{
    border-radius: 2px;
    box-shadow: 0 0 3px 0px #333;
    margin: 0px 7px 15px 7px;
}
.section .content
{
    padding: 10px 20px;
}
.section-header
{
    background-color: Section Header Background;
    color: Section Header;
    font-size: 18px !important;
    font-weight: bold;
    padding: 12px 15px 8px 15px;
}

.table
{
    box-shadow: 2px 2px 3px #999;
    width: 100%;
    margin: 15px auto;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px hidden transparent;
}
.table th, .table td
{
    text-align: left;
    padding: 5px 8px;
    border: 1px solid white;
    font-size: 16px;
}

.table th
{
    background-color: #333;
    color: White;
}
.alt-rowcol
{
    background-color: #f2f2f2;
}
.table .amount
{
    text-align: right;
}
.header-image
{
    margin-left: 7px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px 0px #333;
}
