div img.rcorners {
    border-radius: 10px;
}

/* Table styles */
p.table_title {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.cable_14pin td, th {
    padding: 0.1rem 0.5rem;
    vertical-align: middle;
}

table.parts.peripherals td:last-child {
    text-align: unset;
}

.schematics td, .peripherals td {
    padding: 0.1rem 1.5rem;
    vertical-align: middle;
}

.schematics th, .peripherals th {
    padding: 0.1rem .5rem;
    vertical-align: middle;
}

.md-typeset .parts td:nth-child(2) {
    text-align: center;
}

.two_col {
    display: table;
    width: 100%;
    div {
        display: table-cell;
        text-align: center;
    }
}

.pdfBorder {
    border: 1px solid black;
}

@media print {

    .reduceTableFontPrint th, .reduceTableFont td {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 1.2;
    }

    /* Limit image height to fit step within single PDF page */
    div img.rcorners {
        max-height: 600px;
    }

}

/* Navigation */
.md-nav--secondary .md-nav__list .md-nav__list .md-nav__list { display: none }