@media screen {

table {
width: 80%;
}

.scr {
font-size: 4px;
color:white;
}


}

@media print{

body, td {
font-family: Times, "Times New Roman", Georgia, serif;
font-size: 10pt;
}

table {
width: 100%;
}

.scr {
display: none;
}

.nop {
display: none;
}

}
