body { 
	color:rgb(20,20,20);
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
}
input {
    border: 1px solid rgb(153, 153, 153);
}
a {
    text-decoration: none;
}
.desktop: {
    display: none;
}
.mobile: {
    display: none;
}
.selected {    
    background-color: rgb(250, 250, 250);
	color: rgb(153, 153, 153);
}
.invalid{
    border-color: rgb(237, 22, 33);
    color: rgb(153, 153, 153);
}
.hot-font{
    color: rgb(237, 22, 33);
    font-weight: bold;
}
.hot-border{
    border: 1px solid rgb(237, 22, 33);	    
}
.status-font{
    color: rgb(80, 80, 80);        
}
.status-back{
    background-color: rgb(252, 252, 252);        
}
.status-border{
    border: 1px solid rgb(220, 220, 220);	    
}
.status-bottom{
    border-bottom: 1px solid rgb(220, 220, 220);	    
}
.status2-border{
    border: 1px solid rgb(245, 245, 245);	    
}
.status2-bottom{
    border-bottom: 1px solid rgb(245, 245, 245);	    
}
.blank-font{
    color: rgb(255, 255, 255);        
}
.blank-back{
    background-color: rgb(255, 255, 255);        
}
.black-font{
    color: rgb(20, 20, 20);        
}
.black-back{
    background-color: rgb(20, 20, 20);        
}
.black-border{
    border: 1px solid rgb(20, 20, 20);	    
}
.black-bottom{
    border-bottom: 1px solid rgb(20, 20, 20);	    
}
.black-top{
    border-top: 1px solid rgb(20, 20, 20);	    
}
.black-right{
    border-right: 1px solid rgb(20, 20, 20);	    
}
.black-left{
    border-left: 1px solid rgb(20, 20, 20);	    
}
.back-font{
    color:  rgb(224,241,239);
}
.back-back{
    background-color:  rgb(224,241,239);
}
.back-border{
    border: 1px solid  rgb(224,241,239);
}
.back-bottom{
    border-bottom: 1px solid  rgb(224,241,239);
}
.back-top{
    border-top: 1px solid  rgb(224,241,239);
}
.back-right{
    border-right: 1px solid  rgb(224,241,239);
}
.back-left{
    border-left: 1px solid  rgb(224,241,239);
}
.menu-font{
    color:  rgb(162,210,203);
}
.menu-back{
    background-color:  rgb(162,210,203);
}
.menu-border{
    border: 1px solid  rgb(162,210,203);
}
.menu-bottom{
    border-bottom: 1px solid  rgb(162,210,203);
}
.menu-top{
    border-top: 1px solid  rgb(162,210,203);
}
.menu-right{
    border-right: 1px solid  rgb(162,210,203);
}
.menu-left{
    border-left: 1px solid  rgb(162,210,203);
}
.header-font{
    color:  rgb(49,104,96);
}
.header-back{
    background-color:  rgb(49,104,96);
}
.header-border{
    border: 1px solid  rgb(49,104,96);
}
.header-bottom{
    border-bottom: 1px solid  rgb(49,104,96);
}
.header-top{
    border-top: 1px solid  rgb(49,104,96);
}
.header-right{
    border-right: 1px solid  rgb(49,104,96);
}
.header-left{
    border-left: 1px solid  rgb(49,104,96);
}
.row: {
    display: inline-block;
}
.column,.fcolumn{
    float: left;
}

