.ow_levels {
    width: 100%;
    text-align: center;
    position: relative;
}
.ow_levels .ow_level_xp {
    font-size: 14px;
}
.ow_levels .ow_level,
.ow_levels .ow_level_current,
.ow_levels .ow_level_next {
    font-weight: bolder;
    font-size: 18px;
}
.ow_levels .ow_level_current {float: left;}
.ow_levels .ow_level_next {float: right;}
.ow_levels .ow_level_empty_line {
    position: relative;
    background-color: black;
    width: 100%;
    height: 10px;
    margin-top: 4px;
}
.ow_levels .ow_level_xp_line {
    background-color: white;
    height: 100%;
}