.profile-picture {
    width: 48px;
    height: 48px;
}

.subdirectory-list {
    height: 150px;
}

#ftpOutput,
#uploadOutput {
    max-height: 670px;
    overflow: auto;
}

#ftpOutput > img,
#uploadOutput > img {
    cursor: pointer;
    height: 200px;
    width: 200px;
}

#ftpResults,
#uploadResults {
    display: none;
}

textarea {
    height: auto;
    max-height: 200px;
    min-height: 80px;
    width: 100%;
}