/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.myTextColor {
 font-weight: bold;
 color: #990000;
}
.myAlarmbuttonColor {
 font-weight: bold;
 color: #0066cc;
}
.refidPete {
 font-weight: bold;
 color: rgb(00,135,135);
 font-size: 1.0em;
 word-break: break-word;
}
.myTextBold {
 font-weight: bold;
}