.editable {
    font-family: sans-serif;
    margin-left: 10%;
    width: 75%;
    background-color: lightgray;
    min-height: 100px;
    border: 1px dashed #aaa;
    padding: 5px;
    resize: none;
}

.v {
    color: blue;
    text-transform: uppercase;
}

.vy {
    color: red;
}

.t {
    color: black;
}

.r {
    width: auto;
    min-height: 25px;
}

.control-panel {
    width: 92px;
    text-align: right;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    margin: auto;
}

.control-panel-item {
    width: 45px;
    height: 45px;
    line-height: 20px;
    background-color: #006680;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.control-panel-item.double {
    width: 92px;
}

.control-panel.disabled .control-panel-item {
    background-color: lightgrey;
    cursor: default;
}

.editor {
    padding: .5rem;
    min-height: 30px;
    height: 100%;
    background-color: white;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.editor br {
    display: none;
}

.editor span {
    display: inline-block;
    min-width: 10px;
}

.vykaz-vymer-switch {
    transform: rotate(180deg);
}