/*Copyright (c) 2018 OBiBa. All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see  <http://www.gnu.org/licenses>

* mica-study-timeline - v1.0.5
* Date: 2018-02-21
 */
.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

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

ul.timeline-legend {
    margin: 10px 0 0 0;
    padding: 0px;
}

ul.timeline-legend li {
    list-style: none;
}

ul.timeline-legend svg {
    vertical-align: middle;
    margin-right: 3px;
}
