#grantFormWrapper{
    width : 90%;
    margin : 25px 5%;
}
#mainContent h3 {
    font-size: 17px;
    margin-top: 0px;
    color: #f47920;
    font-weight: normal;
}
#mainContent h2 {
    font-size: 20px;
    margin-bottom: 3px;
}
#organizationId{
    width : 200px;
}
input[type="text"], textarea {
    width: 98%;
    padding: 3px 1%;
    font-size: 14px;
}
div#ui-datepicker-div {
    z-index: 9999 !important;
}
table {
    width: 100%;
}
table tr td {
    vertical-align: top;
    border-bottom: 1px dotted rgba(153, 153, 153, 0.38);
    padding: 4px 0;
}
table tr:last-child td {
    border-bottom: none;
}
textarea#description {
    min-height: 300px;
}
.moreInfo {
    font-size:12px;
    cursor: pointer;
}
.label {
    font-size:13px;
}
.documentationLink {
    cursor: pointer;
}
div#documentationInfo {
    font-size: 12px;
    line-height: 18px;
}
