body, html {
    background-color: #f7f7f7;
    color: #333333;
    font-family: corporate-s-lite,Roboto,Helvetica,Arial,sans-serif;
}
#header {
    min-height: 82px;
}
.slide_link, .print_link {
    background-color: #007a8a;
}
.greyed_out, .slide_link.greyed_out {
    color: #333333;
}
.activatable .resource_link.active {
    border-color: #007a8a;
}
.activatable .slide_link.active {
    border-color: #333333;
}
a.resource_link {
    background-color: #333333;
}

.program_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.program_title a {
    text-decoration: none;
    font-weight: bold;
}
.supplement_subtitle {
    font-size: 12px;
    font-weight: bold;
}
.article_title {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-top: 8px;
}
.figure_title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
}
.author_title {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-top: 6px;
}
