.btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.progress {
    width: 99%;
    border-radius: 0px;
    margin: 10px 0;
    background-color: #e9ecef;
    display: flex;
    font-size: 0.75rem;
    height: 8px !important;
    overflow: hidden;
}

.progress-bar {
    align-items: center;
    background-color: #007bff;
    color: #fff;
    display: flex;
    justify-content: center;
}

.commands {
    clear: both;
    width: 100%;
    margin: 0 auto !important;
    padding-top: 25px;
}

.prev {
    margin-left: 5px;
    float: left;
}

.next {
    margin-right: 5px;
    float: right;
}

@media only screen and (min-width: 768px) {
    .commands {
        width: 30%;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 600px) {
    .commands {
        width: 40%;
        margin: 0 auto !important;
    }
}