body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tooltip {
    position: absolute;
    display: none;
    min-width: 80px;
    height: auto;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #000000;
    padding: 14px;
    text-align: left;
}

.legend {
    font-size: 12px;
}

.category-legend-data {
    font-size: 12px;
}

.category-legend-title {
    font-size: 14px;
    font-weight: bold;
}

.size-legend-data {
    font-size: 12px;
}

.size-legend-title {
    font-size: 14px;
    font-weight: bold;
}

.heat {
    stroke-width: 1px;
}

.heat:hover {
    stroke: #000000 !important;
    stroke-width: 2px;
}

.bar {
    stroke-width: 0px;
}

.bar:hover {
    stroke-width: 3px;
}