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(252, 252, 252);
	color: rgb(153, 153, 153);
}
.invalid{
    border-color: rgb(237, 22, 33);
    color: rgb(153, 153, 153);
}
.black-font{
    color: rgb(20, 20, 20);        
}
.hot-font{
    color: rgb(237, 22, 33);
}
.status-font{
    color: rgb(153, 153, 153);        
}
.status-back{
    background-color: rgb(248, 248, 248);        
}
.status-border{
    border: 1px solid rgb(222, 222, 222);	    
}
.status-bottom{
    border-bottom: 1px solid rgb(222, 222, 222);	    
}
.status-top{
    border-top: 1px solid rgb(222, 222, 222);	    
}
.status-right{
    border-right: 1px solid rgb(222, 222, 222);	    
}
.status-left{
    border-left: 1px solid rgb(222, 222, 222);	    
}
.blank-font{
    color: rgb(255, 255, 255);        
}
.blank-back{
    background-color: rgb(255, 255, 255);        
}
.blank-border{
    border: 1px solid rgb(255, 255, 255);	    
}
.blank-bottom{
    border-bottom: 1px solid rgb(255, 255, 255);	    
}
.blank-top{
    border-top: 1px solid rgb(255, 255, 255);	    
}
.blank-right{
    border-right: 1px solid rgb(255, 255, 255);	    
}
.blank-left{
    border-left: 1px solid rgb(255, 255, 255);	    
}
.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;
}

