.statusbar {
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: right;
    margin: 0px 0px;
    padding: 0px 20px;
    background-color: white;
}

.statusbar li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

.statusbar2 {
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: right;
    margin: 0px 0px;
    position: relative;
    top: 10px;
    padding: 0px 20px;
    background-color: white;
}
.statusbar2 li {
    list-style-type: none;
    display: inline;
    margin-left: 12px;
}

.statusbar-selected {
    font-weight: bold;
}
