.dashboard-axis path,
.dashboard-axis line {
    fill: none;
    stroke: black;
    stroke-width: 3px;
    shape-rendering: crispEdges;
}

.dashboard-axis text {
    font-family: sans-serif;
    font-size: 11px;
}

.focus circle {
    fill:#2f5491;
}

.focus text {
    font-size: 14px;
}

.tooltip {
    fill: white;
    stroke: #000;
}

.tooltip-date-start, .tooltip-date-end, .tooltip-likes {
    font-weight: bold;
}

.dashboard-bar rect {
    shape-rendering: crispEdges;
    /* fill: steelblue; */
}
  
.dashboard-bar text {
    fill: #999999;
}