.rg-container {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    /* padding: 1em 0.5em; */
    color: #222;
}
.rg-header {
    text-align: left;
}

.rg-header > * {
    display: block;
}
.rg-hed {
    font-weight: bold;
    font-size: 1.4em;
}
.rg-dek {
    font-size: 1em;
}

.rg-source {
    margin: 0;
    font-size: 0.75em;
    text-align: right;
}
.rg-source .pre-colon {
    text-transform: uppercase;
}

.rg-source .post-colon {
    font-weight: bold;
}

/* table */
table.rg-table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
table.rg-table tr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}
table.rg-table thead {
    border-bottom: 3px solid #ddd;
}
table.rg-table tr {
    border-bottom: 1px solid #ddd;
    color: #222;
}
table.rg-table tr.highlight {
    background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
    background-color: #f6f6f6;
}
table.rg-table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 0.9em;
}
table.rg-table td {
    padding: 0.35em;
    font-size: 0.9em;
    /* border: 1px solid #ddd; */
    width: 50%;
    text-align: center;
}
table.rg-table .highlight td {
    font-weight: bold;
}
table.rg-table th.number,
td.number {
    text-align: right;
}
