.top-left-box > .en.item::before {
content:"item#:"
}
.anom-bar-container .en.level::before{
content:"level";
}
.contain-class .en.class-category::before{
content:"containment class"
}
.disrupt-class .en.class-category::before{
content:"disruption class:"
}
.risk-class .en.class-category::before{
content:"risk class:"
}
.second-class .en.class-category::before{
content:"secondary class"
}
 
.en.class-text.notice::before{
content: "notice"
}
.en.class-text.caution::before{
content: "caution"
}
.en.class-text.warning::before{
content: "warning"
}
.en.class-text.danger::before{
content: "danger"
}
.en.class-text.critical::before{
content: "critical"
}
 
.en.class-text.dark::before{
content: "dark"
}
 
.en.class-text.vlam::before{
content: "vlam"
}
 
.en.class-text.keneq::before{
content: "keneq"
}
 
.en.class-text.ekhi::before{
content: "ekhi"
}
 
.en.class-text.amida::before{
content: "amida"
}
 
.en.class-text.safe::before{
content: "safe"
}
.en.class-text.euclid::before{
content: "euclid"
}
.en.class-text.keter::before{
content: "keter"
}
.en.class-text.explained::before{
content: "explained"
}
.en.class-text.neutralized::before{
content: "neutralized"
}
.en.class-text.pending::before{
content: "pending"
}
.en.class-text.esoteric::before{
content: "esoteric"
}
 
.anom-bar-container.clear-6 .top-right-box > .en.clearance::before {
    content: "Cosmic Top-Secret";
}
 
.anom-bar-container.clear-5 .top-right-box > .en.clearance::before {
    content: "Top-Secret";
}
 
.anom-bar-container.clear-4 .top-right-box > .en.clearance::before {
    content: "Secret";
}
 
.anom-bar-container.clear-3 .top-right-box > .en.clearance::before {
    content: "Confidential";
}
 
.anom-bar-container.clear-2 .top-right-box > .en.clearance::before {
    content: "Restricted";
}
 
.anom-bar-container.clear-1 .top-right-box > .en.clearance::before {
    content: "Unrestricted";
}
