#applyFormWrapper{
    width : 90%;
    margin : 25px 5%;
    font-size: 14px;
}
#organizationId{
    width : 200px;
}

#fullTime, #partTime{
    width : 50px;
}
#mainContent h3 {
    font-size: 17px;
    margin-top: 12px;
    color: #f47920;
    font-weight: normal;
    margin-bottom: 6px;
}
#mainContent h2 {
    font-size: 20px;
    margin-bottom: 3px;
}

input[type="text"], textarea {
    width: 98%;
    padding: 3px 1%;
    font-size: 14px;
}
table {
    width: 100%;
}
span#grantSameAsAbove, span#fiscalSameAsAbove {
    margin-left: 20px;
    font-size: 12px;
}
textarea {
    min-height: 130px;
}

.checkSelectMultiple .answer{
    margin : 0 10px 0 0;
}
.require {
    font-weight: bold;
    color : red;
}

table#documents tr div{
    min-height : 60px;
}
table#documents td{
    vertical-align: top;
}
.documentationLink {
    cursor: pointer;
}
div#documentationInfo {
    font-size: 12px;
    line-height: 18px;
}
#getPdf{
    float : right;
}
#grantTitle{
    float : left;
}
#applicationForm{
    clear : both
}
