.input-editable {
    background: #beffbf;
}

[readonly] {
    outline: none;
    background: #f0f0f0;
    cursor: not-allowed;
}

[readonly]:focus {
    outline-style: none;
    box-shadow: none;
    /*border-color: transparent;*/
    background: #f0f0f0;
}


.title {
    width: 100%;
    margin-block-end: 0;
    font-weight: 500;
}

.note {
    width: 100%;
    margin-block-start: 0;
    font-size: 12px;
}

.form-label {
    width: 100%;
    padding: 0.5em;
}

.full-field {
    flex: 400px;
    margin: 15px 0;
}

.slim-field-left {
    flex: 1 150px;
    margin: 15px 15px 15px 0px;
}

.slim-field-right {
    flex: 1 150px;
    margin: 15px 0px 15px 15px;
}

.my-button {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    margin: 10px;
    padding: 6px 24px;
    text-decoration: none;
}

.my-button:hover {
    background-color: #666;
}

.my-button:active {
    position: relative;
    top: 1px;
}
