.review-blockers-report {
    color: cornflowerblue;
}

div.report-header, div.report-table {
    padding-left: 20px;
    padding-top: 20px;
}

div.report-table th {
    text-align: left;
    min-width: 100px;
    padding-top: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    background-color: #f0f0f0;
    border-bottom: 1px #d0d0d0 solid;
}

div.report-table td {
    padding: 3px;
}

div.report-table .numeric {
    padding-right: 4px;
    text-align: right;
}

tr.zebra {
    background-color: #f8f8f8;
}


