/* Report Layout Styles */

/* Insured Locations Report */
.report-body {
    background-color: #E9EDF2;
}

.report-title {
    color: #0076c2;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 10px;
}

.report-table {
    border: 0;
    width: 100%;
}

.report-table-narrow {
    width: 30px;
}

.report-table-medium {
    width: 50px;
}

.report-table tr {
    margin-bottom: 5px;
}

.report-table tr td {
    color: #666;
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 0;
    padding-bottom: 2px;
    vertical-align: top;
}

.report-table tr.header-row td {
    border-bottom: 1px solid #aaa;
}

.report-table tr.header-row td,
.report-table tr.section-header-row td {
    color: #434345;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px;
}

.report-content-container {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 auto 22px;
    padding: 32px 40px;
    width: 80%;
}

.report-export-link {
    float: right;
}

