﻿body {
    background-image: url('../../images/background/backgroundtextureLt.png') !important;
}

input.moneyField {
    text-align: right;
}

div.page-header {
    border-bottom-color: #b9c0d0;
}

div.fieldHeader, div.fieldHeader > label {
    font-size: 1rem;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
}

div.calculateSection {
    margin-top: 20px;
}

table.table > tbody > tr > td, table.table > thead > tr > th {
    font-size: 1rem;
    padding: 7px;
}

    table.table > tbody > tr > td.currentColumn, table.table > thead > tr > th.currentColumn {
        text-align: right;
    }

.feesTotal {
    text-align: right;
    width: 100%;
    margin-left: -5px;
    margin-top: -10px;
    font-size: 1.2rem;
}

.header {
    display: inline-block;
    margin-right: 30px;
}

.printButton {
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.select2-results__option {
    padding: 1px 3px;
}
