/*
print styles
*/
@media print {
    #plugin{
    height:80% !important;
        width:80% !important;
}
.mycss
{
    background: blue;
}
.hidden-print
{
    display: block !important;
    background: blue !important;
}
}