.area-controls {
	position: fixed;
	right: 26px;
	top: 40px;
}

.area-title {
	margin-top: 35px ;
	margin-left: 0px ;
	padding-left: 0px ;
}

.area-sub-title {
	margin-top: 130px ;
	margin-left: 0px ;
	padding-left: 0px ;
}

.example {
	margin-top: 20px ;
}

.examples {
  padding: .625rem 1.825rem .625rem 2.5rem;
  border: 1px #ccc dashed;
  position: relative;
  margin: 0 0 .625rem 0;
  background-color: #6cffff;
}
.examples:before,
.examples:after {
  display: table;
  content: "";
}
.examples:after {
  clear: both;
}
.example:before {
  position: absolute;
  content: attr(data-text);
  text-transform: lowercase;
  left: 1.5rem;
  top: 11.875rem;
  color: gray;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: right;
  white-space: nowrap;
  direction: ltr;
  width: 12.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.area-title {
  position: fixed;
  top: 5px;
  left: 80px;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.1;
}
