﻿@media print {

    .logo-bar .logo {
        position: relative;
        z-index: 100;
        height: 70px;
        width: auto;
    }

    .logo-bar .logo2 {
        position: relative;
        z-index: 1;
        margin-top: -70px;
        height: 70px;
        width: auto;
    }

    .hero, #copyright {
        display: none !important;
    }

    .grey-container, .contact-widget {
        border: solid 2px #999;
        min-height: initial !important;
    }

    .col-md-4 .grey-container {
        width: auto !important;
        float: none !important;
    }

    .news-listing .col-md-2 {
        float: right;
    }

    .grey-container * {
        float: none !important;
    }

    .grey-container h2 {
        height: auto;
    }

    .primary-navigation {
        border: solid 2px #004687;
    }

        .primary-navigation > ul > li > a {
            padding: 15px 5px !important;
        }

    .white-container {
        margin: 0 auto !important;
    }

    #TrackFaultInfo, #PrivacyPolicy, #WorkStartedPopup, #WorkCompletedPopup, #ReportDownloadPopup, #ReportDownloadShadow, #EmergencyHotline, #HomeTextFull, #FeaturedCommentFull, #VotePopup {
        background: white !important;
        width: 100% !important;
        margin: 5% !important;
        width: 90% !important;
        border: solid 2px #999;
    }

    a[href]:after {
        content: none;
    }

    abbr[title]:after {
        content: none;
    }
}
