/*style OBJ*/
.st-fine{background-color:#208020; color:#efefef;}
.st-warning{background-color:#ff9000; color:#222222;}
.st-danger{background-color:#802020; color:#efefef;}
.st-classic{background:#ffffff; color:var(--bodyText); border:1px solid #aaa;}
.st-normal{background: var(--headerText); color: var(--headerBack);}
.st-discrete{background: var(--cC); color:var(--cD);}
.st-lucid{background: var(--cC); color:var(--cL);}
.st-highlight{background-color:rgba(255,255,255,.6);}
.st-lowlight{background-color:rgba(50,50,50,.1);}

.textlucid{color:var(--cL);}
.textwarning{color:#ff9000;}
.textdanger{color:#802020;}
.textfine{color:#208020;}
.textnormal{color:var(--headerText);}


.b{font-weight: bold;}

.fs{font-size:.8rem;}.fs1{font-size: 1rem;}.fs1-5{font-size: 1.5rem;}.fs2{font-size: 2rem;}.fs2-5{font-size: 2.5rem;}

.radius{border-radius: 3px;}
.shadow{border: 1px solid transparent; border-radius: 0.2rem; box-shadow: 0px 2px 2px #aaa;}

.underline {
    border-width: .15rem;
    border-color: rgba(200, 200, 200, .5);
    border-style: hidden hidden solid hidden;
}

.pointer{cursor: pointer;}

.maxwidth{width: 100%;}.halfwidth{width: 50%;}.short{width: 2rem;}.medium{width: 4rem;}.large{width: 8rem;}.extralarge{width: 16rem;}

