#myGrantsWrapper{
    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;
}
table{
    width : 100%;
}
th{
    border : none;
    text-align : left;
}
#backToGrants{
    float : right;
}
#batchSelect{
    width : 250px;
}
th {
    padding-left: 0;
    padding-right: 0;
}
div#myGrantsWrapper table td, div#myGrantsWrapper table th {
    padding: 11px 10px;
}
div#myGrantsWrapper table td {
    border-top: 1px dotted #999;
}
