#mainSVG {
    width: 600px;
    height: 800px;
    background-color: #bababa;
}

#callout {
    padding: 10px;
    background-color: #bababa;
    margin: 6px;
    margin-bottom: 16px;
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
    /*display: none;*/
}

.hover {
    opacity: 0.5;
}

.st10 {
    fill: #FFFFFF;
    stroke: #000000;
    stroke-width: 1px;
}

.redFadeIn {
    transition: fill 1s ease;
    fill: red;
}