
.a5 {
    width: 5.8in;
    height: 8.3in;
    background-color: white;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    text-indent: 20px;
}

.divTable
{
    display: table;
    width: auto;
    border: none;
    border-spacing: 5px;
}

.divRow
{
    display:table-row;
    width:auto;
}

.divSmallCell
{
    float: left;
    display: table-column;
    width: 200px;
}

.divMediumCell
{
    float: left;
    display: table-column;
    width: 300px;
}

.divLargeCell
{
    float: left;
    display: table-column;
    width: 500px;
}

table.info {
    width: 90%;
    border: 0;
}

table.info tr {
}

table.info td {
    text-align: left;
}

table {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0 10px;
}

td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

tr:nth-child(odd) td {
    border-top: 3px solid black;
}

tr:nth-child(even) td {
    border-bottom: 3px solid black;
}

td.strong {
    border: 3px solid black;
}

td.total_sum {
    border: 3px solid black !important;
    font-weight:bold !important;
}

td.right_align {
    text-align: right !important;
}
