body {
    display: block;
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
}
.rTable {
    display: table;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}
.columnHalf {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 10px;
}

.columnThird {
    box-sizing: border-box;
    flex: 33.3%;
    float: left;
    padding: 10px;
    margin: 5px 7px 5px 7px;
}

.columnQuarter {
    box-sizing: border-box;
    float: left;
    flex: 25%;
    padding: 10px;
    margin: 5px 7px 5px 7px;
}

@media screen and (max-width: 600px) {
    .columnHalf {
        width: 100%;
    }
}

.row {
    justify-content: center;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
        justify-content: center;
    }

.wp-post-image.alignleft {
    float: none;
}

article .wp-post-image {
    margin: 0 0 0 0;
}

.colorBox {
    margin: 5px 7px 15px 7px;
    overflow: hidden;
    padding: 20px;
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
    border-radius: 5px !important;
    box-shadow: 5px 5px 5px #000;
}

.colorBoxY {
    margin: 5px 7px 7px 7px;
    overflow: hidden;
    padding: 20px;
    background-color: #fef5c4;
    border: 1px solid #afcde3;
    border-radius: 5px !important;
    box-shadow: 5px 5px 5px #000;
}

sup.ref {
    color: #ff6600;
    font-weight: bold;
}

.entry tr td {
    border: none;
    border-top: none;
}

.entry table {
    border: none;
    border-top: none;
}

//Table in Div format
.rTable {
    display: table;
    padding-left: 40px;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
    padding-left: 40px;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 0px 10px;
}
code, pre {
    overflow: auto;
    margin-bottom: 1.5em;
    padding: 1.5em;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}
#content-full {
    padding: 2em 2em 0;
}

.clearfix {
    *zoom: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Make logo image responsive */
.logo-container img {
    max-width: 100%;
    height: auto;
}