﻿@media only print {

    .segment-bar span {
        color: #FFF !important;
        /* actually trick with white text-shadow not work ( */
    /*    text-shadow: 0 0 3px #FFF !important; */
    }

    .attribute-bar span {
        color: #FFF !important;
        /* actually trick with white text-shadow not work ( */
    /*    text-shadow: 0 0 3px #FFF !important; */
    }

    /* Remove the trailing URLs for link type elements */
    a[href]:after {
       content:"" !important;
    }

    .stuff {
        background-color: white;
    }
    
    .attributes {
        height: auto !important;
        overflow: auto !important;
    }

}
