.report-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin: 1rem !important
}

.report-content .pagebreak {
    height: 5px;
    border: 1px dashed darkgray;
    margin-bottom: 2px;
}

.report-content table {
    border-collapse: collapse !important
}

.report-content table:not([cellpadding]) td,
table:not([cellpadding]) th {
    padding: 0rem !important
}

.report-content td,th {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ccc !important
}

.report-content figure {
    display: table !important;
    margin: 1rem auto !important
}

.report-content figure figcaption {
    color: #999 !important; 
    display: block !important;
    margin-top: .25rem !important;
    text-align: center !important
}

.report-content hr {
    border-color: #ccc !important;
    border-style: solid !important;
    border-width: 1px 0 0 0 !important
}

.report-content code {
    background-color: #e8e8e8 !important;
    border-radius: 3px !important;
    padding: .1rem .2rem !important
}

.report-content:not([dir=rtl]) blockquote {
    border-left: 2px solid #ccc !important;
    margin-left: 1.5rem !important;
    padding-left: 1rem !important
}

.report-content[dir=rtl] blockquote {
    border-right: 2px solid #ccc !important;
    margin-right: 1.5rem !important;
    padding-right: 1rem !important
}