﻿@page {
    size: letter;
    margin: .4in;
}

@media print {
    body, .k-input {
        font-size: 12px;
        overflow: hidden;
    }

    .no-print {
        display: none !important;
    }
    
    .rate-button.k-button.k-selected {
        background-color: lightgray !important;
    }
}
