@charset "UTF-8";
#print-me {
    text-align: center;
}
@media print {
    .no-print {
        display: none;
    }
}
