.top-left-box > .zh.item::before {
content:"項目編號："
}
.zh.level::before{
content:"等級";
}
.contain-class .zh.class-category::before{
content:"收容等級："
}
.disrupt-class .zh.class-category::before{
content:"瓦解等級："
}
.risk-class .zh.class-category::before{
content:"風險等級："
}
.second-class .zh.class-category::before{
content:"次要等級"
}
.class-text.notice.zh::before{
content: "注意"
}
.class-text.caution.zh::before{
content: "謹慎"
}
.class-text.warning.zh::before{
content: "警戒"
}
.class-text.danger.zh::before{
content: "危險"
}
.class-text.critical.zh::before{
content: "極危"
}
.class-text.safe.zh::before{
content: "safe"
}
.class-text.euclid.zh::before{
content: "euclid"
}
.class-text.keter.zh::before{
content: "keter"
}
.class-text.explained.zh::before{
content: "已解明"
}
.class-text.neutralized.zh::before{
content: "無效化"
}
.class-text.pending.zh::before{
content: "待定"
}
.class-text.esoteric.zh::before{
content: "機密分級"
}

.zh.anom-bar-container.clear-6 .top-right-box > .clearance::before {
    content: "宇宙級最高機密";
}
 
.zh.anom-bar-container.clear-5 .top-right-box > .clearance::before {
    content: "最高機密";
}
 
.zh.anom-bar-container.clear-4 .top-right-box > .clearance::before {
    content: "機密";
}
 
.zh.anom-bar-container.clear-3 .top-right-box > .clearance::before {
    content: "保密";
}
 
.zh.anom-bar-container.clear-2 .top-right-box > .clearance::before {
    content: "限制查閱";
}
 
.zh.anom-bar-container.clear-1 .top-right-box > .clearance::before {
    content: "未限制";
}
    .zh .top-right-box > .level {
        line-height:1;
    }
@media (max-width: 480px ) {
    .zh .top-right-box > .level {
        font-size: 3.5em;
    }
}
