/*
Stylesheet containing print-only definitions.
*/

* {
    width: auto !important;
}

.g-column-1,
.g-column-3,
#g-servicebar,
#g-navigation,
#g-footnav,
.g-buttons,
.g-breadcrumb,
.g-portlet-controls {
    display: none !important;
}

.g-row, #g-main {
    width: auto !important;
    /*padding-top: 130px !important;*/
    margin: 0 !important;
}

.g-column-2 {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.g-column {
    padding-top: 130px !important;
}


#g-logo-text {
    background: none !important;
}

#g-logo-text h1 {
    display: block !important;
    line-height: 110%;
}

#g-box {
    border: none !important;
}

#g-copyright {
    float: none !important;
}

#g-print-info {
    position: fixed;
    bottom: 0;
    left: 0;
}