﻿#printDiv {
    width: 100% !important;
}

.printDiv {
    width: 100% !important;
}

#noPrint {
    display: none;
}

.NoPrint {
    display: none !important;
}

