﻿        
/*general*/        

body,span,div{font-family:Tahoma;font-size:10px;}
        
.block-div{border:solid 1px lightgray;padding:10px;}        
.heading-div span{font-weight:bold;font-family:Tahoma;font-size:0.9em;}
.content-div{margin-top:10px;}
.field-div{display:inline-block;}

/*statuses*/

.statuses{margin-top:20px;}
.status{width:10px;height:10px;}
.status-submitted{background-color:red;}
.status-quoted{background-color:orange;}
.status-confirmed{background-color:green;}
.status-invoiced{background-color:blue;}
.status-pending{background-color:black;}

