﻿.onlyprint { display: none; }

@Media Print 
{
    .onlyprint { display: block !important; } 
    .noprint { display: none; }   
    .siteFrame { width: 590px !important; }
}