An error occurred while loading the file. Please try again.
legend.css 526 bytes
.outlined {
    border: 0px solid black;
 p{
     margin-top: 1px;
     margin-bottom: 5px;
 h6{
     margin-top: 2px;
     margin-bottom: 2px;
#legend {
    position: absolute;
    /*display: none; */
    display: block;
    width: 130px;
    /*height: 300px; */
    bottom: 5px;
    right: 5px; 
	/*left: 85%;*/
    background-color: rgba(0, 0, 0, 0.70); /* dim the background */
    z-index: 2;
    cursor: auto; /* ??? */
    padding: 1px;    
	color: white;
	font-size: 1.0em;
    font-weight: bold;