body.main
{
    background: none;
}

h1, h2, h3, h4, h5, h6, p, span, a
{
    color: #35302c !important;
    text-shadow: none;
}

.c-header__image, .c-navigation, .c-breadcrumbs, .c-function-links, .o-footer, .c-navigation__side
{
    display: none;
}

.c-header:before, .c-header:after
{
    display: none;
}

ul.c-breadcrumbs {
    display: none;
}

.c-logo__image
{
    height: 132px;
    background-image: url(../Images/Logo/Logo-desktop.png) !important;
    background-repeat: no-repeat !important;
}

.c-logo__image::after
{
    content: "" !important;
}

.c-header
{
    min-height: 150px;
}

a::after {
    content: "" !important;
}


.c-shortlink-box{
    display:none;
}

.c-media-gallery__collapse{
    display: none;
}

.c-media-gallery__text{
    position: static;
}

.c-normal-teaser--small__title{
    position: static;
}

/* Print Button */
.print-button {
    background:#00639f;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 10px; top: 10px;
}

@media print {
    .print-button {
        display: none !important;
    }

    b, strong {
        text-shadow: 0;
        font-weight: bold;
    }

    .table-scroll table {
        /* Prevent table generating a second page (99% instead of 100%) */
        width: 99%;
    }
}
