
span.status.wash::before {
    content: "Washing";
}

span.status.dry::before {
    content: "Drying";
}

span.status.both::before {
    content: "Both";
}

span.status.none::before {
    content: "Idle";
}

span.status.offline::before {
    content: "Offline";
}

span.status.ooo::before {
    content: "Out Of Order";
}
