body {
  font-size: 14px;
  font-family: -apple-system, 
                BlinkMacSystemFont, 
                "Segoe UI", 
                Roboto, 
                Oxygen-Sans, 
                Ubuntu, 
                Cantarell, 
                "Helvetica Neue", 
                sans-serif;
  font-weight: 400;
  margin: 10px;
}
#container{
width:960px;
margin:auto;
}

#title{
margin-left: 50px;

}
#title h1 {
  font-size:25px;
  font-weight:normal;
}
#title.datatable{
margin-left: 0px;
}

#footer{
margin-left: 105px;
margin-bottom: 50px;
font-size: 20px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar:hover {
  fill: #ffb125;
}

.y.axis path {
  display: none;
}
.heading-axis path {
  display:none;
}
.heading-axis{
  font-size: 15px;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #efefef;
  border-radius: 2px;
}

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

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
  content: "\25BC";
}
.d3-tip.e:after {
content: "\25C0";
margin: -4px 0 0 0;
top: 50%;
left: -5px;
}

.year-label{
font-size: 13px;
}


.button {
      display: inline-block;
      float:left;
      position: relative;
      cursor: pointer;
      width: 40px;
      padding: 8px;
      border-radius: 3px;
      margin: 10 0 0 2%;
      font-size: 12px;
      text-align: center;
      color: #fff;
      background: #088f98;
      font-family: sans-serif;
      font-weight: bold;
      text-decoration: none;
  }

  .button:hover,
.button.active {
background-color:#52a1d8;
}
.pm {
fill:#984ea3;
}
.am {
fill:#4daf4a;
}

#legend {
margin-left: 85px;
}
#legend div{
display: inline;
padding-left: 15px;
}
#legend div span {
  
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

/* Table View */
table {
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

th,td{
border: 1px solid #ccc;
 padding: 0.25rem;
}
table tr td:nth-child(1){

}
table tr td:nth-child(2),table tr td:nth-child(3){


}
tbody tr:nth-child(odd) {
 background-color: #eee;
}
@media print {
  body {
    font-size: 11px;
    font-family:Arial,sans-serif;
    font-weight: 400;
    margin: 10px;
  }

  .no-print, .no-print *
  {
      display: none !important;
  }
}