
.ts-label
{
  text-transform: lowercase !important;
  font-weight: 600 !important;
}

/*
.machine-online {
    background:rgba(131, 193, 85, 1.0);
    color:white;
    font-weight: bold;
    border:2px solid white;
    margin:4px;
}

.machine-offline {
    background:rgb(148, 8, 8);
    color:white;
    font-weight: bold;
    border:2px solid white;
    margin:4px;
}
*/

.ts-state-ok{
    background:rgba(131, 193, 85, 1.0);
    color:white;
    font-weight: bold;
    border:2px solid white;
    margin:4px;
}

.ts-state-warn{
    background:rgb(200, 200, 0);
    color:black;
    font-weight: bold;
    border:2px solid white;
    margin:4px;
}

.ts-state-err{
    background:rgb(148, 8, 8);
    color:white;
    font-weight: bold;
    border:2px solid white;
    margin:4px;
}

.no-decor {
    text-decoration: none !important; /* Removes the underline */
    color: inherit;        /* Makes the link inherit the parent element's text color */
  }
