/* based on the style by Mike Bostock, in d3.js examples */

.bullet {
    font: 10px sans-serif;
}
.bullet .marker {
    stroke: #000000;
    stroke-width: 2px;
}
.bullet .tick line {
    stroke: #666666;
    stroke-width: 0.5px;
}
.bullet .range.s0 {
    fill: #EEEEEE;
}
.bullet .range.s1 {
    fill: #DDDDDD;
}
.bullet .range.s2 {
    fill: #CCCCCC;
}
.bullet .measure.s0 {
    fill: lightsteelblue;
}
.bullet .measure.s1 {
    fill: steelblue;
}
.bullet .title {
    font-size: 14px;
    font-weight: bold;
}
.bullet .subtitle {
    fill: #999999;
}