/* Table Styles */

.report-table {
    /*width: 100%;*/
    border-collapse: collapse;
    border: 1px solid #999999;
    margin-bottom: 20px;
}
.report-table th,
.report-table td {
    padding: 6px 4px;
    line-height: 1;
}
.report-table td {
    border-bottom: 1px solid #999999;
}
.report-table tr:nth-child(even) {
    background-color: #F0F0F0;
}
.report-table .report-ttl-td {
    background-color: #ecfdef;
}
.report-table .report-ttl-overall-td {
    background-color: #d7f6d8;
    font-weight: bold;
}

/* Table Headings */

.report-head {
    font-size: 11pt;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #410000;
}

/* Table Content */

.report-label {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}
.report-num {
    font-size: 12pt;
    text-align: right;
    border-left: 1px solid #cccccc;
}