@charset "UTF-8";

.md-typeset .md-typeset__table{
    display: block;
    margin-bottom:.5em;
    padding:0 .8rem
}

/* =====================================
   Longtable styling
   ===================================== */

.longtable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.longtable th {
    background-color: #7f7f7f;
    color: white;
    text-align: left;
    padding: 12px 18px;
}

.longtable td {
    padding: 12px 18px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
    word-wrap: break-word;
}

.longtable caption {
    caption-side: top;
    text-align: center;
}

/* Column widths for document history tables */
.longtable th:nth-child(1),
.longtable td:nth-child(1) {
    width: 13%;
}

.longtable th:nth-child(2),
.longtable td:nth-child(2) {
    width: 10%;
}

.longtable th:nth-child(3),
.longtable td:nth-child(3) {
    width: 14%;
}

.longtable th:nth-child(5),
.longtable td:nth-child(5) {
    width: 10%;
}