/* Navigation -- dots */
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active {
  background: #999;
}
/* Navigation -- buttons */
.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}
.tns-controls > [aria-controls] {
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  border-radius: 2px;
  border: 0;
}
.tns-outer [data-action] {
  display: block;
  margin: 10px auto;
  min-width: 3em;
  text-align: center;
  border: 0;
}
