div.graph_wrappet>div#elevation_graph {
  width: 95%;
  height: 200px;
  text-align: right;
  position: relative;
}

div.graph_wrappet>div#elevation_graph>div.jqplot-axis>div {
  word-wrap: normal;
  word-break: normal;
}

body {
  display: flex;
  justify-content: normal;
  padding-left: 10px;
  overflow-y: auto;
  font-size: 11px;
}

.graph_wrappet {
  position: relative;
  margin-right: 0px;
  min-height: 180px;
}
.label {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  font-size: 11px;
}
.label.xaxis {
  position: absolute;
  right: 10px;
}
.jqplot-yaxis-tick {
  padding-right: 28px;
}
.jqplot-xaxis-tick {
  padding-top: 2px;
}
.tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 6px 8px;
  line-height: 18px;
}


/* プリント用 */
.graph_wrappet.print >div#elevation_graph {
  height: 180px;
}
.graph_wrappet.print {
  min-height: auto;
  position: relative;
}

@media (min-width: 768px) {
  body {
    min-width: 100%;
    padding-left: 30px;
  }

  .graph_wrappet {
    position: relative;
    margin-right: 26px;
  }
  .label.xaxis {
    bottom: -3px;
    right: -20px;
  }
}