﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}

*:not(h1,h2,h3,h4,h5,h6) {
    font:inherit;
}

.print-only {
    display:block;
}

.no-print {
    display:none;
}

table {
    width: 100%;
    border: 1px solid silver;
    border-collapse: collapse;
}

    table th {
        text-align:left;
    }

    table th, table td {
        border: 1px solid silver;
        padding: 0.25rem;
    }

.right-aligned {
    text-align:right !important;
}