#fork { 

position: absolute; 

top: 0; 

 right: 0; 

 border: 0; 

} 


 

.legend { 

 margin-top: 1em;
 
 width: 100&; 

 border-top: 1px solid #E0E0E0; 

} 


 

.legend .title { 
   
font-size: 0.875em;

float: left; 

margin-top: 1em;

margin-bottom: 0.4em; 

line-height: 1.2em; 

padding: 0 0.3em; 

} 


 

.legend .color-sample { 

float: left; 

width: 1.2em; 

height: 0.8em; 

 border: 2px solid; /* Comment out if you don't want to show the fillColor */ 

 border-radius: 0.3em; /* Comment out if you prefer squarish samples */ 

 margin-right: 0.4em; 
 
 margin-left: 0.2em; 
 
 object.style.clear="both"

}
