/***** Array DEBUG *****/
.arr-debug {
  padding: 4%;
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.arr-debug ul {
  list-style: none;
  margin-top: 0.375rem;
  margin-bottom: 0px;
}
.arr-debug ul li {
  color: #2c3e50;
  margin-top: 0.375rem;
  line-height: 1.3;
}
.arr-debug ul li ul li {
  color: #8e44ad;
}
.arr-debug ul li ul li ul li {
  color: #2980b9;
}
.arr-debug ul li ul li ul li ul li {
  color: #27ae60;
}
.arr-debug ul li ul li ul li ul li ul li {
  color: #1abc9c;
}
