.ekvalues-pair {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.ekvalues-change-indicator {
    padding-right: 5px;
    font-size: 20px;
    color: grey;
}

.ekvalues-pair p {
    margin: 0;
    display: flex;
    align-items: center;
}

.ekvalues-pair input, .ekvalues-pair button, .ekvalues-pair textarea {
    margin-right: 5px;
    flex-grow: 0;
    min-height: 30px;
    padding: 4px 8px;
}

.ekvalues-pair input, .ekvalues-pair button {
    max-height: 30px;
}

.ekvalues-pair .ekvalues-change-indicator {
    padding-right: 10px;
}

.ekvalues-pair textarea {
    flex-grow: 3;
}

.ekvalues-wrap {
    width: 100%;
}

@media screen and (max-width: 782px) {
    .ekvalues-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ekvalues-wrap > div {
        box-sizing: border-box;
        flex-basis: calc(50% - 10px);
    }

    .ekvalues-wrap-settings, .ekvalues-quick-guide {
        display: block!important;
        padding-left: 0!important;
        order: -1;
    }
}

.ekvalues-donate, .ekvalues-donate form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.ekvalues-remove-pair, .ekvalues-toggle-visibility, .ekvalues-toggle-visibility-disabled {
    flex-shrink: 0;
    width: 30px!important;
    height: 30px!important;
    min-height: 30px!important;
    max-height: 30px!important;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    margin-right: 5px!important;
}

#ekvalues-add-pair {
    margin-top: 10px;
}

.ekvalues-big-button {
    background-color: #0085ba;
    border: none;
    color: white;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.ekvalues-big-button:hover {
    background-color: #005082;
}

.ekvalues-big-button:active {
    transform: scale(0.98);
}

.ekvalues-ft-14 {
    font-size: 14px;
}

.ekvalues-pair button.ekvalues-toggle-visibility, .ekvalues-pair button.ekvalues-toggle-visibility-disabled {
    width: 34px!important;
}
