.tns-inner {
    overflow: hidden;
}

.tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.tns-controls [aria-controls] {
    font-size: 1rem;
    margin: 0 5px;
    padding: 0 1rem;
    height: 2rem;
    color: #fff;
    background: #999;
    border-radius: 3px;
    border: 0;
}

.tns-controls [disabled] {
    color: #fff;
    background: #ddd;
    cursor: not-allowed !important;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #999;
}
.tns-liveregion {
    display: none;
}