59 lines
		
	
	
		
			844 B
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			844 B
		
	
	
	
		
			CSS
		
	
	
	
body {
 | 
						|
    padding: 10px;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.marginr {
 | 
						|
    margin-right: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.clear {
 | 
						|
    clear: both;
 | 
						|
}
 | 
						|
 | 
						|
ol.result {
 | 
						|
    list-style-type: decimal;
 | 
						|
    margin: 10px 0 10px 25px;
 | 
						|
}
 | 
						|
 | 
						|
table.result {
 | 
						|
    margin: 10px 0;
 | 
						|
    width: 500px;
 | 
						|
}
 | 
						|
 | 
						|
    table.result th {
 | 
						|
        font-weight: bold;
 | 
						|
        font-size: 13px;
 | 
						|
    }
 | 
						|
 | 
						|
    table.result td, table.result th {
 | 
						|
        border-bottom: solid 1px #efefef;
 | 
						|
        padding: 5px;
 | 
						|
        text-align: left;
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
.highlight {
 | 
						|
    font-weight: bold;
 | 
						|
    color: red;
 | 
						|
}
 | 
						|
 | 
						|
 .black
 | 
						|
        {
 | 
						|
            color: Black;
 | 
						|
            font-weight: bold;
 | 
						|
            background-color: #EBEBEB;
 | 
						|
        }
 | 
						|
        
 | 
						|
.red
 | 
						|
{
 | 
						|
    color: Red;
 | 
						|
    font-weight: bold;
 | 
						|
    background-color: #FF0000;
 | 
						|
}
 | 
						|
 | 
						|
 .formtitle .f-field-body {
 | 
						|
            text-align: center;
 | 
						|
            font-size: 12px;
 | 
						|
            font-weight:bold;
 | 
						|
        } |