textarea {
    height: 500px;
    overflow: scroll;
    width: 95%;
}

#list-of-urls {
    height: 500px;
    overflow-y: scroll;
}

#editorial-url-search {
    width: 95%;
}

.editorial-preview {
    height: 800px;
    margin-top: 20px;
}

#editorial-preview {
    height: 100%;
    width: 100%;
}
