﻿* {
   // display:  none !important;
}

.hidden-print {
    display: none !important;
}

.show-print {
    display: block !important;
}

.border-print {
    border: 1px solid #808080;
}
