﻿.legend {
    margin-top: -14px;
    font-size: 18px;
    border: 2px solid red;
    width: 205px;
    background-color: white;
    text-align: center;
    color: red;
}

.legendParent {
    background-color: #eeeeee;
    border: 2px solid indianred;
    margin-top: 20px;
    padding-left: 10px;
}

    .legendParent:hover {
        border: 2px solid red;
    }
