#qs-label-group {
    position: relative;
    text-align: right;
}

#qs-label {
    position: relative;
    top: 7px;
    height: 30px;
    font-weight: bold;
}

.qs-select {
    border-radius: 0;
    border: 0;
    width: 90%;
    height: 30px;
    margin: auto;
    padding: 4px 10px 5px;
    -webkit-appearance: none;
}

.qs-select:disabled {
    opacity: .5;
}

.qs-group{
    margin: 10px auto;
}

.qs-select-group {
    text-align: center;
}

#qs-button-group .btn {
    font-weight: bold;
    border-radius: 0;
    text-decoration: none;
    padding: 5px 25px;
}

#qs-counter-group {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

@media (max-width: 768px) {
    #qs-label-group, #qs-button-group {
        text-align: center;
    }

    .qs-select {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .qs-select {
        width: 100%;
    }
}