<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
    Covers this style table
    https://grants.nih.gov/grants/how-to-apply-application-guide/prepare-to-apply-and-register/understand-funding-opportunities.htm

    Need to prefix all the definitions here to prevent style to overflow onto the rest of the site
*/
table.sticky-header {
    display: none;
    position: relative;
    width: 0px;
}

table tr th {
    color: black;
}

table {
    font-size: 16px;
}

.dtable td,.dtable th {
    border: 1px solid #d1e2f2;
}

.dtable {
    border-collapse: collapse;
}

.dtable th {
    background-color: #bdcad7;
    color: #000;
    font-weight: 600;
}

.dtable table,caption {
    font-weight: 600;
    padding-left: 10px;
    line-height: 40px;
    font-size: 1em;
    background-color: #bdcad7;
    color: #000 !important;
}

.datatable th p {
    margin: 0px;
    padding: 0px;
}

.datatable th {
    border-bottom: none;
    border-right: none;
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    margin: 0px;
    text-align: left;
    background-color: #bdcad7;
    color: #000;
    height: 1px;
}

.datatable td {
    border-right: none;
    border-bottom: none;
    padding: 14px;
}


.menu-disclaimer {
    margin: 0px !important;
    padding: 0px !important;
}

.apptable-custom tr:nth-child(even),
.datatable tr:nth-child(even),
.datatblgrants tr:nth-child(even) {
    background: #e7e9ea;
}

.apptable-custom tr:nth-child(odd),
.datatable tr:nth-child(odd),
.datatblgrants tr:nth-child(odd) {
    background: #f3f4f5;
}

.datatable td,.datatable th {
    border: 1px solid #333333;
}

.datatblgrants td,.datatblgrants th {
    border: 1px solid #bebebe;
}

.datatblgrants {
    border-collapse: collapse;
}

.datatblgrants tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.datatblgrants th {
    background-color: #bdcad7;
    color: #000;
    font-weight: 500;
}

.datatblgrants tr:hover {
    background-color: #fff;
}

.tblpodcasts td,.tblpodcasts th {
    border: 1px solid #bebebe;
    padding: 5px;
}

.tblpodcasts {
    border-collapse: collapse;
}

.tblpodcasts tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.tblpodcasts th {
    background-color: #bdcad7;
    color: #000;
    font-weight: 500;
}

.tblpodcasts tr:hover {
    background-color: #c7d9e6;
}

/*  
    Covers this style table
    https://grants.nih.gov/grants/how-to-apply-application-guide.html
*/
table.apptable-custom,
table.datatable,
table.datatblgrants {
    caption-side: inherit !important;
    border-collapse: inherit !important;
   
}
.apptable-custom th,
.apptable-custom td {
    padding: 10px 0 10px 16px;
}
.apptable-custom th:last-child,
.apptable-custom td:last-child {
    padding-right: 16px;
}
/*
.apptable-custom tbody td:first-child {
    display: flex;
}
.letterBlock {
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    border-left: 5px solid transparent;
}
.letterBlock.G {
    border-left-color: #007ecd;
    background-color: #cbe5f6;
}
.letterBlock.R {
    border-left-color: #facf21;
    background-color: #efead5;
}
.letterBlock.K {
    border-left-color: #9cbb59;
    background-color: #e3edcc;
}
.letterBlock.T {
    border-left-color: #4aabc5;
    background-color: #cae7ee;
}
.letterBlock.F {
    border-left-color: #f79647;
    background-color: #f6e9de;
}
.letterBlock.M {
    border-left-color: #c1514e;
    background-color: #f7e3e3;
}
.letterBlock.B {
    border-left-color: #8165a3;
    background-color: #e6dcf3;
}*/
.apptable-custom.rwdtable-stack-custom a {
    color: #1f5d93 !important;
    text-decoration: none;
}

/* Event pages - Do not remove until all events are deleted from Drupal
***********************************************************************/

.page-node-432 .event-hero-image {
    width: 100%;
    height: auto;
}</pre></body></html>