
.safe-dimensions-renderer{
  padding: 20px;
}

.dimensions-visualizer{
  position: relative;
}


.safe-dimensions-area {
  margin-bottom: 2rem;
  h3{
    margin-bottom: 0;   
  }
}

.dimensions-visualizer-detail{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
}

.dimensions-visualizer-detail dl {
  display: flex;
  flex-wrap: wrap;
}
.dimensions-visualizer-detail dt {
  width: 50%;
}
.dimensions-visualizer-detail dd {
  margin-left: auto;
  width: 50%;
  text-indent: 0.4em;
}


.dimensions-safe-holder,
.dimensions-human-holder{
  display: inline-block;
}

.dimensions-human{
  display:inline-block;
  height: 250px;
  width: 125px;
  background-image: url(../images/safe_dimensions_human_outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.dimensions-safe-height-bar,
.dimensions-human-height-bar{
  display:inline-block;
  height: 250px;
  width: 4px;
  margin-left: 15px;
  background-color: #d1d1d1;
  position: relative;
}

.dimensions-safe-width-bar small,
.dimensions-safe-height-bar small,
.dimensions-human-height-bar small{
  position: absolute;
  top: 0;
  right: 6px;
  color: #949494;
  font-size: 9px;
    margin-left: 15px;
}

.dimensions-safe-width-bar small{
  top: 4px;
  right: 0px;
}

.dimensions-safe-height-bar{
  margin-bottom: 10px;
}
.dimensions-safe-width-bar{
  height: 4px;
  position: absolute;
  bottom: -13px;
  background-color: #d1d1d1;
}

.dimensions-safe{
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  height: 120px;
  width: 70px;
  margin-bottom: 10px;
  background-color: #d2d2d2;
  border: solid 2px #949494;
  border-bottom-width: 5px;
  border-bottom-color: #636363;
  border-radius: 5px;
}

.dimensions-safe-handle{
  height: 50px;
  width: 50px;
  max-width: 100%;
  margin: 20% auto 0;
  background-image: url(../images/safe_dimensions_safe_handle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}