﻿/* Print-friendly preset numbers */
input.preset {
    color: #000 !important;
    font-weight: bold;
}

/* Remove colors in print */
input.good,
input.bad {
    background: none !important;
}

