#notice .error {
    color:red;
}
#notice .valid {
    color:green;
}

@media print {
    .no-print{
        display: none !important;
    }
    .print-float{
        float:left;
    }
}
