h1 {
    font-weight: 600;

    color: #606c76;
    text-rendering: optimizeLegibility;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    font-weight: 600;
    line-height:36px;
    color: #606c76;
    text-rendering: optimizeLegibility;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
h3 {
    font-weight: 400;
    line-height:24px;
    color: #606c76;
    text-rendering: optimizeLegibility;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-weight: 400;
    color: #606c76;
    text-rendering: optimizeLegibility;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
h5, h6 {
    font-weight: 600;
    color: #606c76;
    text-rendering: optimizeLegibility;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
table th, table td {
    border-bottom: 0px solid rgba(0,0,0,0.04);
    padding: 16px;
    padding-bottom: 15px;
}