﻿.financialAidType {
    padding: 5px;
    display: inline-block;
}

.financialHeading {
    background-color: #e4e4e4;
}

.financialAmount {
     display: table-cell;
    padding: 5px;
    margin-right: 1px;
    margin-bottom:1px;
    width: 150px;
    background-color: #e4e4e4;
    line-height: 20px;
    min-height: 20px;
    height:100%;
}

.financialTitle {
    width: 417px;
    display: table-cell;
    padding: 5px;
    margin-right: 1px;
    margin-bottom:1px;
    background-color: #e4e4e4;
    line-height: 20px;
    min-height: 20px;
    height:100%;
}

.financialLevel {
    width: 100px;
    display: table-cell;
    padding: 5px;
    margin-right: 1px;
    margin-bottom:1px;
    background-color: #e4e4e4;
    line-height: 20px;
    min-height: 20px;
    height:100%;
}