﻿.labeledInput
{
    margin-top: 25px;    
}

.label
{
    font-family: Sans-Serif;
    font-size: x-small;
    font-weight: bold;
    width: 45%;
    text-align: right;
}

.input
{
    
}

.error
{
    font-family: Sans-Serif;
    font-size: small;
    color: Red;
}

.creditInformationReport
{
    border: 1px solid black;
    font-family: Sans-Serif;
    background-color: #cccccc;
}

.reportHeading
{
    background-color: #cceecc;
    text-align: center;
}

.reportSubHeading
{
    background-color: #eecccc;
    text-align: center;
}