body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 992px) {
    header {
        width: calc(100% - 60px);
        padding: 20px 30px;
    }
    .logo a img {
        width: 200px;
        height: auto;
    }
    #editorblock {
        max-width: 80%;
        margin: 50px 10%;
        display: flex;
        border-radius: 10px;
        box-shadow: 1px 1px 20px -3px rgba(29, 32, 43, 0.46);
    }
    .editorcol {
        width: 50%;
        min-width: 50%;
    }
    .editorcol:nth-child(1){
        border-right: 1px solid rgba(0,0,0,0.2);
    }
    .ecol-header {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .eh-top span {
        font-size: 17px;
        font-weight: 500;
        padding: 0 15px;
        margin-top: 7px;
        display: inline-block;
        color: #757575;
    }
    .eh-bot {
        display: flex;
    }
    .eh-bot span {
        padding: 8px 15px;
        font-size: 19px;
        font-weight: 600;
        color: #484444;
        cursor: pointer;
        display: inline-block;
        transition: 150ms;
    }
    .eh-bot span:hover {
        background: #F3F2F2;
        color: #000;
    }
    .eh-bot span.active {
        color: #3F6CD2;
        border-bottom: 2px solid #3F6CD2;
    }
    .ecol-form {
        padding: 10px;
    }
    .alphabet {
        visibility: hidden;
        display: none;
    }
    .ecol-form form textarea {
        max-width: 90%;
        min-width: 90%;
        min-height: 200px;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        float:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    .resultarea {
        background: transparent;
        max-width: 90%;
        min-width: 90%;
        min-height: 200px;
        float: left;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    #result {
        font-size: 19px;
        font-weight: 600;
    }
    .clear {
        float: right;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        transition: 200ms;
        cursor: pointer;
        color: #757171;
    }
    .clear:hover {
        background: rgba(201,209,212,0.29);
        color: #000;
    }
    .hidden {
        visibility: hidden;
    }
}
@media only screen and (max-width: 599px) {
    header {
        width: calc(100% - 60px);
        padding: 20px 30px;
    }
    .logo a img {
        width: 200px;
        height: auto;
    }
    #editorblock {
        max-width: 90%;
        margin: 50px 5%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        /*box-shadow: 1px 1px 20px -3px rgba(29, 32, 43, 0.46);*/
        border: 1px solid rgba(0,0,0,0.2);
    }
    .editorcol {
        width: 100%;
        min-width: 100%;
    }
    .ecol-header {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .eh-top span {
        font-size: 17px;
        font-weight: 500;
        padding: 0 15px;
        margin-top: 7px;
        display: inline-block;
        color: #757575;
    }
    .eh-bot {
        display: flex;
    }
    .eh-bot span {
        padding: 8px 15px;
        font-size: 19px;
        font-weight: 600;
        color: #484444;
        cursor: pointer;
        display: inline-block;
        transition: 150ms;
    }
    .eh-bot span:hover {
        background: #F3F2F2;
        color: #000;
    }
    .eh-bot span.active {
        color: #3F6CD2;
        border-bottom: 2px solid #3F6CD2;
    }
    .ecol-form {
        padding: 10px;
    }
    .alphabet {
        visibility: hidden;
        display: none;
    }
    .ecol-form form textarea {
        max-width: 100%;
        min-height: 200px;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    .resultarea {
        background: transparent;
        max-width: 100%;
        min-height: 200px;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    #result {
        font-size: 19px;
        font-weight: 600;
    }
    .clear {
        float: right;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        transition: 200ms;
        cursor: pointer;
        color: #757171;
    }
    .clear:active {
        background: rgba(201,209,212,0.29);
        color: #000;
    }
    .hidden {
        visibility: hidden;
    }
}
@media only screen and (min-width: 599px) and (max-width: 991px) {
    header {
        width: calc(100% - 60px);
        padding: 20px 30px;
    }
    .logo a img {
        width: 200px;
        height: auto;
    }
    #editorblock {
        max-width: 90%;
        margin: 50px 5%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        /*box-shadow: 1px 1px 20px -3px rgba(29, 32, 43, 0.46);*/
        border: 1px solid rgba(0,0,0,0.2);
    }
    .editorcol {
        width: 100%;
        min-width: 100%;
    }
    .ecol-header {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .eh-top span {
        font-size: 17px;
        font-weight: 500;
        padding: 0 15px;
        margin-top: 7px;
        display: inline-block;
        color: #757575;
    }
    .eh-bot {
        display: flex;
    }
    .eh-bot span {
        padding: 8px 15px;
        font-size: 19px;
        font-weight: 600;
        color: #484444;
        cursor: pointer;
        display: inline-block;
        transition: 150ms;
    }
    .eh-bot span:hover {
        background: #F3F2F2;
        color: #000;
    }
    .eh-bot span.active {
        color: #3F6CD2;
        border-bottom: 2px solid #3F6CD2;
    }
    .ecol-form {
        padding: 10px;
    }
    .alphabet {
        visibility: hidden;
        display: none;
    }
    .ecol-form form textarea {
        max-width: 100%;
        min-width: 90%;
        min-height: 200px;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    .resultarea {
        background: transparent;
        max-width: 100%;
        min-width: 90%;
        min-height: 200px;
        border: none;
        outline: none;
        font-size: 19px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
    #result {
        font-size: 19px;
        font-weight: 600;
    }
    .clear {
        float: right;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        transition: 200ms;
        cursor: pointer;
        color: #757171;
    }
    .clear:active {
        background: rgba(201,209,212,0.29);
        color: #000;
    }
    .hidden {
        visibility: hidden;
    }
}