.no_display { display: none; } .direct_date { background-color: #BBFFBB; /* light green */ } .indirect_mineral_date { background-color: #DDFFFF; /* light cyan */ } .indirect_element_date { background-color: #FFFFAA; /* light yellow */ } .locality_date { background-color: #FFD088; /* light orange */ } .indirect_locality_date { background-color: #FFCCCC; /* light red */ } .shown_date { background: #55FF55; /* green */ } .hidden_date { background: #FF5555; /* red */ } .axis path, .axis line { fill: none; stroke: black; shape-rendering: crispEdges; } .axis text { font-family: sans-serif; font-size: 11px; }