/*
 * SENC Health Resources Common CSS
 */

#healthResourcesWrapper {
    margin: 25px 3%;
    padding-bottom: 30px;
    width: 94%;
}
h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
h3 {
    margin-top: 10px;
    font-size: 21px;
}
table#listTable td, table#listTable th {
    padding: 8px 2%;
    border-bottom: 1px dotted #999;
    font-size: 14px;
    line-height: 14px;
}
input[type='text']{
    font-size:15px;
    padding:4px 2%;
    width: 96%;
}
