.looper-wrap {
  clear: left;
  float: none;
  display: block;
  margin-bottom: 20px auto;
  font-family: Arial, sans-serif;
  margin: 0px auto;
}
.looper {
  position: relative;
}
.overlay {
  position: absolute;
  display: none;
  z-index: 5;
}
.overlay-toggle {
  top: 5px;
  left: 5px;
  position: absolute;
  padding: 5px 8px;
  padding-left: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 11;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7) url(controls/overlay_toggle_bg.png) center left no-repeat;
}
.overlay-toggle:visited {
  color: #fff;
}
.overlay-toggle:hover {
  background-color: rgba(20, 20, 20, 0.7);
}
/* ////////////////////////////////
NAVIGATION
//////////////////////////////// */
.navigation {
  padding: 5px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
.nav_left {
  float: left;
}
.nav_right {
  float: right;
}
span.caption {
  float: left;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  min-width: 220px;
  max-width: 240px;
}
span.prev,
span.next,
span.reset,
span.slower,
span.faster,
span.play,
span.pause {
  /*float: left;*/
  display: inline-block;
  width: 32px;
  height: 32px;
  /*margin: 6px;*/
  padding-top: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid;
  text-align: center;
  /*vertical-align:middle;*/
  border-radius: 3px;
  font-size: 14px;
  clear: none;
}
span.prev:hover,
span.next:hover,
span.reset:hover,
span.slower:hover,
span.faster:hover,
span.play:hover,
span.pause:hover,
b.slower:hover,
b.faster:hover {
  color: #1f7eff;
}
span.next {
  margin-right: 10px;
}
span.counter {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}
span.counter b {
  padding: 0 2px;
}
span.speed {
  display: inline;
}
b.slower,
b.faster {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid;
  border-radius: 2.5em;
  font-size: 10px;
  margin-top: -22px;
}
.activeslide {
  z-index: 9999;
}
.prevslide {
  z-index: 1;
}
/* ////////////////////////////////
CROSSLOOPER 1.0  - FEB/2020
//////////////////////////////// */
.looper-controls {
  background-color: #eee;
  min-height: 30px;
}
.looper-info p,
.looper-nav-controls p {
  font-size: 12px;
  font-weight: bold;
}
.looper-info span {
  color: #ed7a28;
  font-weight: normal;
}
/*.looper-nav-controls {
}*/
.looper-nav-controls span {
  border-radius: 2px;
  padding: 4px;
  margin-top: 8px;
  color: #333;
}
.looper-nav-controls span:hover {
  color: orange;
  cursor: pointer;
}
.looper-nav-controls p:nth-child(2) span {
  font-size: 10px;
}
#master-container {
  text-align: center;
  padding-top: -15px;
}
.data-viewer-wrap {
  /*border: 1px solid black;*/
  /* height: 600px; */
  /* width: 1302px; */
  float: none;
  margin: 0px auto;
  /* margin-bottom: 20px; */
}
.dv-panel,
.background {
  /* width: 600px;
  height: 496px; */
  float: left;
  /* background-color: #000; */
  border: 1px solid #eee;
  position: relative;
}
.dv-panel img {
  display: block;
  position: absolute;
  text-align: center;
  transition: opacity 0.1s ease-in-out;
}
.panel-identifier {
  font-size: 75px;
  color: #fff;
}
#panel-1 {
  clear: none;
  z-index: 1;
  /* background: #000; */
}
#panel-2 {
  clear: none;
  z-index: 1;
}
#panel-3 {
  clear: none;
  z-index: 1;
}
#panel-4 {
  clear: none;
  z-index: 1;
}
#panel-5 {
  clear: none;
  z-index: 1;
}
#panel-6 {
  clear: right;
  z-index: 1;
}
#panel-7 {
  clear: right;
  z-index: 1;
}
#panel-8 {
  clear: right;
  z-index: 1;
}
#panel-9 {
  clear: right;
  z-index: 1;
}
#panel-0 {
  clear: left;
  z-index: 1;
}

.looper-controls {
  min-height: 50px;
  /* width: 60%; */
  max-width: 760px;
  float: none;
  margin: 0 auto;
  margin-bottom: 15px;
}
.right-aligned {
  float: right;
  /* margin-right: 25px; */
}
.dv-select-list {
  padding-top: 0;
}
.dv-select-list dt,
.dv-select-list dd {
  float: left;
  width: 250px;
}
.dv-select-list dt {
  clear: left;
  width: 250px;
}
/* .button-wrap {
  padding-top: 200px;
} */

.label-panel {
  display: block;
  width: 130px;
}
