body {
      margin: 0;
      padding: 0;
    font-family: 'Google Sans';

    }

#map {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
    }

    #info {
      z-index: 1000;
      position: absolute;
      width: 500px;
      top: 1%;
      bottom: 8%;
      left: .5%;
      padding: 40px 15px 900px 15px;
      background: #343a40;
      color: white;

    }

    #info a {
      color: lightgray;
    }

    #info a:hover {
      color: white;
      opacity: 0.3;
    }


    #title {
    text-align: center;
      font-size: 30px;
      font-family: 'Google Sans';
    }

    #title span {
      font-size: 14px;
      float: right;
      margin-right: 10px;
    }

    #desc {
      text-align: center;
      color: lightgray;
      font-size: medium;
      font-weight: bold;
      margin-bottom: 0px;
    }

    #assault-count {
      margin: 0;
      text-align: center;
      color: orange;
      font-size: 80px;
    }

    #chart {
      top: 20px;
    }


    #footer {
      text-align: center;
      position: absolute;
      bottom: 20px;
      margin-bottom: 20px;
      margin-right: 10px;
      font-size: 18px;
      line-height: 150%;
      color: lightgray;
    }


    #legend {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 110px;
        background: #fff;
        margin-right: 20px;
        margin-bottom: 40px;
        padding: 10px 20px 10px 10px;
        border-radius: 3px;
        text-align: center;
        font-family: 'Google Sans';
        }

        .break {
            position: relative;
            margin: 0px;
            padding: 0px;
        }

    .dot {
        display: inline-block;
        margin-top: 5px;
        border-radius: 50%;
        opacity: 0.6;
    }

.dot-label {
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
}


text {
  fill: gray
}

.tick line {
  stroke: gray;
}

.c3-axis path {
  stroke: gray;
}

.name, .value {
  background-color: black;
  color: black
}