.a-loader-title {
    display: none !important;
}

.target-highlight {
    color: yellow;

}

.a-dialog-text {
    color: #2e2e2e !important;
}
/* Deny */
.a-dialog-deny-button {
    background-color: #999999 !important;
    color: white !important;
}
/* Allow */
.a-dialog-allow-button {
    background-color: #2b2b2b !important;
    color: white !important;
    }

.a-dialog-ok-button {
    background-color: #2b2b2b !important;
    color: white !important;
}