/*
 ------------------------------------------------------------------------------------------
 PRINT
 ------------------------------------------------------------------------------------------
 */
 .hidden-print {
    display: none !important;
}
.show-print {
    display: block !important;
}
div[class*="col-"] {
    width: 100% !important;
}
div[class*="-push-"] {
    left: 0 !important;
}
div[class*="-pull-"] {
    left: 0 !important;
}
a:after {
    display: none;
}
.container {
    width: 100% !important;
}