/* the two columns, and positioning Last Update to the bottom */

div.single-dataset-lhs {
}

div.single-dataset-rhs {
}


div.single-dataset-lhs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.last-updated {
    background-color: rgba(0,0,0,.05);
}

/* the validation & verification criteria table(s) */

table.criteria-table {
}

table.criteria-table thead th {
    font-weight: bold;
}

table.criteria-table tbody td {
    padding: 1rem 1rem 1rem 1rem;
}

/*
table.criteria-table tbody td:last-child {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 10px) 50%;
    padding-right: 3rem;
}
table.criteria-table tbody tr.rdh-criteria-yes td:last-child {
    color: green;
    background-image: url(../images/rdh-criteria-graphic-yes.png);
}
table.criteria-table tbody tr.rdh-criteria-no td:last-child {
    color: red;
    font-weight: bold;
    background-image: url(../images/rdh-criteria-graphic-no.png);
}
table.criteria-table tbody tr.rdh-criteria-na td:last-child {
    color: #A0A0A0;
    background-image: url(../images/rdh-criteria-graphic-na.png);
}
*/
