.markdown-section {
    .gitbook-markdown(@md-color: @content-color, @md-line-height: @content-line-height);

    .glossary-term {
        cursor: help;
        text-decoration: underline;
    }

    h1 {
        color: #2674BA;
    }
    h2 {
        color: #0099CC;
    }
    h3 {
        color: #F77A0B;
    }
    h4 {
        color: #70458f;
    }
    h5 {
        color: #444444;
    }
    th {
        background-color: #2674BA;
        color: white;
    }
}