#bodysequence {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    width: 960px;
    height: 700px;
    margin-top: 10px;
  }

  #mainsequence {
    float: left;
    width: 750px;
  }

  #sidebarsequence {
    float: right;
    width: 100px;
    padding-top: 71px;
  }

#togglelegend {
  width: 122px;
}

#sequence {
  width: 600px;
  height: 70px;
}

#legendsequence {
  padding: 10px 0 0 3px;
}

#sequence text, #legendsequence text {
  font-weight: 600;
  fill: #fff;
}

#chartsequence {
  position: relative;
}

#chartsequence path {
  stroke: #fff;
}

#explanationsequence {
  position: absolute;
  top: 260px;
  left: 305px;
  width: 140px;
  text-align: center;
  color: #666;
}

#percentagesequence {
  font-size: 2.5em;
}

  #explanationsequence {
    position: absolute;
    top: 47%;
    left: 40%;
    width: 140px;
    text-align: center;
    color: #666;
  }

  #percentagesequence {
    font-size: 5em;
  }

#grahic__container {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  top: 50px
}


@media only screen and (min-width: 700px) {
  #hiddenmobile {
      display: none;
  }
}