.current-key-bindings-wrapper .current-key-binding {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}
.current-key-bindings-wrapper .current-key-binding:hover {
    background-color: #f5f5f5 !important;
}
.current-key-bindings-wrapper .current-key-binding:nth-child(odd) {
    background-color: #dddddd;
}

.current-key-bindings-wrapper .current-key-binding .text {
    margin-right: 20px;
}

.new-key-binding-wrapper .button-wrapper {
    margin-top: 10px;
}

.stop-add-button {
    margin-top: 20px;
}

.key-already-in-use-error {
    margin-bottom: 20px;
    color: #f85359;
}