#aqmt-test-list .completed {
    color: #567cc6;
    padding: 10px;
    font-weight: bold
}

#aqmt-test-list .nocompleted {
    color: #e04f11;
    padding: 10px;
    font-weight: bold
}

#aqmt-test-list .main-title {
    margin-bottom: 37px;
}

#aqmt-test-list .nts-panel {
    align-items: flex-start;
}

#aqmt-test-list .nts-tag,
#aqmt-test-list .nts-tag-red {
    margin-top: 13px;
}

#aqmt-test-list .nts-button {
    margin-top: 18px;
}

#aqmt-test-list .nts-panel {
    margin-bottom: 37px;
}

@media (max-width: 586px) {
    #aqmt-test-list .button-wrapper {
        flex-direction: column;
        justify-content: center;
    }

    #aqmt-test-list .button-wrapper form {
        justify-content: center;
    }
}