/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./arches_ruscha/media/css/project.css ***!
  \************************************************************************************************************************************************************************************************/
div.rp-report-tile dl a[href] {
    color: blue;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.summary-table-container {
    padding-top: 5px;
}

.summary-table-container {
    overflow-x: auto;
    /* max-width: 1000px;
    min-width: 600px; */
    width: 751px;
    margin: auto;
}

.summary-table-left-header {
    overflow-x: auto;
    text-align: left;
    width: 100%;
    border-collapse: unset;
    border: solid 1px lightgray;
}

.summary-table-left-header td:first-child {
    text-align: right;
    font-weight: 600;
    background-color: #efefef;
    width: 150px;
}

.summary-table-left-header td a {
    color: blue;
}

td {
    border: solid 1px #ececec;
    text-overflow: ellipsis;
}

.summary-table-standard {
    border: solid 1px lightgray;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-table-standard th {
    background-color: #efefef;
    text-align: right;
}

.table-label {
    font-weight: 600;
    padding-bottom: 4px;
}

.ocr {
    display: flex;
    padding: 10px;
    border: solid 1px #ececec;
    flex-wrap: wrap;
    align-content: space-around;
    min-height: 35px;
    margin-bottom: 20px;
}

.ocr div {
    background-color: #f9f9f9;
    margin: 5px;
    padding: 15px;
    border: solid 1px #ececec;
}
