body {
  display: block;
  margin: 10px;
  overflow-x: hidden;
}

#layoutWrapper {
  padding: 1rem;
  border: 1px solid #e5e5e5;
}

#chart {
  min-width: 300px;
}

.dv_embed polygon {
  fill: #565656 !important;
}

text.labels {
  font-size: 12px;
  font-weight: 400;
  text-anchor: middle;
}

.xAxis line,.yAxis path,.yAxis line { stroke: #d5d5d5; }

.xAxis text,.yAxis text { 
  font-size: 12px;
  fill: #757575; 
}

.yAxis .domain, .xAxis path, .xAxis .domain { stroke: none; }

#messageBox {
  position: absolute;
  min-height: 450px;
  width: 100%;
  /* z-index: 1; */
  top: 100px;
  left: 0;
  background-color: #eeeeee;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}

.textInfo {
  text-align:center;
  vertical-align:middle;
  padding-top: 45px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.textURL {
  fill: #069;
  line-height: 1.5;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
  text-align:center;
  vertical-align:middle;
  font-weight: 400;
  margin: 3px;
}
