/* style.css */
.active{
	color: green;
}

.inactive{
	color: red;
}

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

