:root {
    --animation-speed: 0.8s;
}

textarea,
input {
    border: #999999 solid 1px;
}

textarea {
    resize: both;
}

.form_text textarea,
.form_text_vers textarea {
    margin-bottom: 10px;
    width: inherit;
    font-size: 20px;
    font-size: 1em;
    line-height: 1.4em;
}

.form_text_vers input {
    margin-bottom: 4px;
    margin-right: 4px;
    margin-top: 3px;
}

.form_text_vers h3 {
    text-align: center;
}

.form_text_vers input.inp_word {
    width: 92%;
    /* text-align: center; */
    line-height: 20px;
    text-indent: 20px;
    font-size: 20px;
    height: 53px;
    padding: 3px 7px;
}


.razmer .form_text_vers textarea {}

.form_text_vers form {
    width: 99%;
    margin: 0 auto;
    text-align: center;
}

.form_text_vers form .link1_but {
    margin-left: auto;
    margin-right: auto !important;
    float: none;
}

.error {
    color: #CC0000;
}

.ret {}

.form_text_vers table td {
    vertical-align: top;
}

.form_text_vers .result {
    min-height: 100%;
    max-width: 100%;
    border: medium none;
    font-weight: 500;
}

.result,
.form_text .result {
    border: #999999 solid 1px;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 1em;
    /* font-size: 20px; */
    /* width: 100%; */
    color: #000000;
    margin-left: auto;
    line-height: 1.4em;
    margin-right: auto;
}

.res_table .result {
    width: auto;
}

.result_list ul {
    display: block;
    float: left;
}

.result_list ul li {
    float: left;
    width: 167px;
}

.clear {
    clear: both;
}

.result_table td {
    border: #ccc solid 1px;
    padding: 3px;
    white-space: nowrap;
}

.del_but {
    background-color: #CC6633;
    color: #FFFFFF;
}

.link1_but {
    margin-top: 10px;
    float: none;
    width: 150px;
    margin-bottom: 10px;
}

.link1_but span span {
    text-align: center;
}

.link1_but input {
    background: none;
    border: medium none;
    width: 110px;
    color: #FFFFFF;
    margin: 0px;
    cursor: pointer;
    outline: none;
}

.link1_but input:hover {
    color: black;
    transition: var(--animation-speed);
}

.link1_but a {
    color: #FFFFFF;
    text-decoration: none;
}

.link1_but a:hover {
    color: black;
    transition: var(--animation-speed);
}


h4 {
    margin-bottom: 10px;
}
