
/*Applicable to Hansard publications starting part way through the first session of the 37th Parliament through to the 38th Parliament*/

.publication-container h1 {
    margin: 16px 0;
}

.publication-container h2 {
    font-weight: bold;
    font-size: 150%;
    margin: 16px 0;
}

.publication-container h3 {
    font-size: 15px;
    font-weight: bold;
    font-size: 120%;
    margin: 16px 0;
}

.publication-container h4 {
    font-weight: bold;
    font-size: 100%;
}

.publication-container h5 {
    font-weight: bold;
}

.publication-container a img {
    margin-right: 2px;
}

.publication-container table + br {
    display: none;
}

.publication-container br + table {
    margin: 5px;
}

.publication-container b u a {
    text-decoration: none;
}

.publication-container td b u {
    text-decoration: none;
}

.publication-container a:not([href]) {
    text-decoration: none;
}

.publication-container a:not([href]):hover, a:not([href]):focus {
    color: #37651f;
    text-decoration: none;
}

.publication-container small:before {
    content: '';
    color: black;
}

blockquote footer, blockquote small, blockquote .small {
    color: black;
}