#newText,
#oldText {
    box-shadow: 0 0 7px 2px #e1e1e1;
    border: 0;
    resize: none;
    padding: 2% 3%;
    border-radius: 7px;
    width: 100%;
    height: 280px
}

#convert_case_done {
    /* display: block;
    
    font-size: 16px;
    color: #5f96fd;
    line-height: 43px;
    text-align: center;
    border: 1px solid #5e93f6;
    border-radius: 5px;
    width: 148px;
    height: 43px; */
    cursor: pointer;
    margin: 25px auto 0;
    /* font-weight: 600;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in */
}
/* 
#convert_case_done:hover {
    color: #fff;
    background-color: #85aefb;
    border: 1px solid #85aefb
}

#convert_case_done:hover {
    box-shadow: 0 0 5px 3px #e1e1e1
} */

#lowerCase,
#upperCase {
    margin: 0 8px 0 0
}

#convert_case label {
    font-weight: 400;
    cursor: pointer
}

.results_word_count>p:first-of-type {
    margin-bottom: 22px;
    margin-top: 15px
}

.results_word_count>p {
    text-align: center;
    margin-bottom: 3px;
    margin-top: 3px
}

.results_word_count>p>span:first-of-type {
    text-align: right;
    margin-right: -15px
}

@media (min-width:992px) {
    #word_counter_wrapper>div>div:first-of-type {
        border-right: 2px solid #e8e8e8;
        height: 280px;
        margin: 2% -5px;
        position: absolute;
        right: 15px
    }
}