/* 
colors
blue: #058aff
orange: #ff6a1f
yellow: #ffad2b
dark gray: #295780 (or #034580)
light gray: #f3f4f5
*/
svg#mitime {
  display: block;
  width: 300px;
  height: auto;
  margin: 1rem auto;
  fill: white; }

svg#mitime line {
  stroke: #295780;
  stroke-width: 0.01;
  stroke-linecap: round; }

svg#mitime line.mitick {
  stroke-width: 0.024; }

svg#mitime circle {
  fill: #058aff; }

svg#mitime circle.up {
  fill: #ffad2b; }

svg#mitime .mihourmeter circle.up {
  fill: white; }

svg#mitime circle.down {
  fill: #058aff; }

svg#mitime path {
  fill: #058aff; }

svg#mitime path.current {
  fill: #ff6a1f; }
