
.white-text{
    color: white;
}

.black-text{
    color: black;
}

.green-text{
    color: green;
}

.red-text{
    color: red;
}

.yellow-text{
    color: yellow;
}

.alignTextRight{
    text-align: right;
}

.alignTextCenter{
    text-align: center;
}

.alignTextBottom{
    text-align: end;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.index-link {
    color: white;
    font-weight: bold;
    padding-left: 1em;
}
/* unvisited link */
.index-link:link {
    color: white;
}

/* visited link */
.index-link:visited {
    color: white;
}

/* mouse over link */
.index-link:hover {
    color: white;
}

/* selected link */
.index-link:active {
    color: white;
}