/* Worksheets */

span.blank { display:inline-block; border-bottom: 1px solid black; width: 30px; }

span.totalOperation { 
    position:relative;
    font-size: 4em; 
    line-height: 1em; 
    color: #e3c141
    }


span.totalCheck { 
    position:relative;
    font-size: 4em;
    font-size: 1em; 
    float: right; 
    top: -35px; 
    margin-right: 30px; 
    color: #e3c141;
    }
@media only screen and (max-width: 900px) { 
span.totalCheck { 
    margin-right: 0px;
    }
}

span.totalBox { 
    position:relative;
    top: -20px; 
    display:inline-block; 
    float:right; 
    border: 1px solid #e3c141; 
    height: 60px; 
    width: 60px;
    margin-right: 30px;
    }
@media only screen and (max-width: 900px) { 
span.totalBox { 
    border: 0px solid #e3c141;
    border-bottom: 1px solid #e3c141; 
    margin-right: 0px;
    }
}
span.blankSpacer { display:inline-block; border-bottom: 0px; width: 30px; }



