/* style.css */
.pn-noteinfo {
    text-align: center;
    font-weight: bold;
    color: red;
}

.messageBody p>br {
    display: none;
}

