﻿/* Print styles - must be in their own style sheet because they are included with the media="print" option.
-----------------------------------------------------------*/

.noprint
{
    display: none;
}

/*
.popupPrint {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0px;
}
*/
