body {
    background-color: rgb(245, 243, 237);
}
.month-tick{
    stroke-width:1;
    stroke: grey;
    fill: rgb(197, 197, 197);
}

/* .tick-green{
    fill: greenyellow;
}
.tick-red{
    fill: crimson;
}
.tick-overshoot{
    fill: url(#svgGradient)
} */

.month-label{
    text-anchor: middle;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    pointer-events: none;
}

.date-label{
    text-anchor: middle;
    fill: orange;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    pointer-events: none;
}

.date-label.day{
    font-size: 12px;
}

.inner-circle{
    fill:rgb(37, 77, 78);
    stroke: rgb(40, 95, 81);
}

.vline{
    stroke:white;
    stroke-width:1;
}

.year-axis text{
    fill: white;
    color: white;
    font-weight: bold;
    pointer-events: none;
    
}
.year-axis path, .year-axis line{
    stroke: white;
}

/* .arc {
    stroke-width: 4.4;
} */
.overshoot.arc{
    stroke:#931621; 
    /* stroke: orange; */
    /* rgb(252, 133, 64); */
}

.extra.arc{
    stroke:#00c3ff;
    opacity: 0.7
}

.remaining.arc{
    stroke:#ff7700;
}

.current.arc{
    /* stroke: #770077; */
    stroke :#a100a1; 
    filter: url(#glow);
}

.arc.full-year{
    stroke: teal;
    /* stroke: #177e89; */
}

#elapsed-arc{
    /* stroke:rgb(80, 185, 38); */
    stroke: limegreen;
    stroke-width: 4;
}

.clock-canvas{
    fill: #286e70;
    stroke: rgb(12, 81, 94);
    stroke-width:0;
}



.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
  }

  /* Tooltip CSS */
  .d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family: "avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFA500;
    border-radius: 1px;
    pointer-events: none;
  }

  /* Creates a small triangle extender for the tooltip */
  .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;

  }

  /* Northward tooltips */
  .d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
  }

  /* Eastward tooltips */
  .d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
  }

  /* Southward tooltips */
  .d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
  }

  /* Westward tooltips */
  .d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
  }

  /*    text{
      pointer-events:none;
    }*/

  .details {
    color: white;
  }


  #github-icon{
      height: 30px;
  }

  .navbar .navbar-header .navbar-brand {
    display: block;
    text-align:center;
    float: none;
    vertical-align: top;
}
