.wrapper {
  overflow: hidden;
}

.wrapper div {
  min-height: 200px;
  padding: 10px;
}

.left {
  float: left;
  margin-left: 8px;
  margin-right: 20px;
  width: 140px;
}

.right {
  overflow: hidden;
  margin: 10px;
  min-height: 170px;
}

.helpLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: 99999;
  text-align: center;
  display: none;
}

.helpLayer img {
  width: 85%;
  margin-top: 140px;
}

.helpLayer .buttons {
  width: 85%;
  margin: 0 auto;
  text-align: right;
  padding-top: 15px;
}

@media screen and (max-width: 400px) {
  .left {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
}

.grafico {
  height: 25em;
  width: 40em;
  position: relative;
}

.grafico>svg {
  width: 100%;
  height: 100%;
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
}

div.tooltip {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 130px;
  position: absolute;
  text-align: center;
  top: 95px;
  width: 180px;
  z-index: 10;
  opacity: .9;
}

div.tooltip label {
  opacity: .8;
  margin-right: 8px;
  font-family: 'Signika';
  font-weight: 100;
  font-size: 10px;
  padding-bottom: 2px;
}

div.tooltip .atleta {
  padding: 4px 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}

div.tooltip .control {
  color: #f5f2f2;
  background-color: brown;
  margin: 2px;
  padding: 4px 0;
}

div.tooltip .puesto {
  text-align: left;
  margin-left: 35px;
  font-weight: 600;
  font-size: 14px;
}

div.tooltip .tiempo {
  text-align: left;
  margin-left: 33px;
  font-weight: 600;
  font-size: 14px;
}

div.tooltip .distancia {
  font-weight: 600;
  font-size: 13px;
}

.legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  z-index: 100;
  color: #666666;
}

.tick text {
  font-size: 10px;
}

.text2 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 9px !important;
  opacity: .8;
}

.text3 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 11px !important;
}

.tick line {
  opacity: .1;
}