.dev-track-dots {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dev-track-legend-dots {
    width: 16px;
    height: 16px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 3px;
    float: left;
}
.dev-track-table-head-color-bg {
    background-color: #F2F2F2;
}