.dropzone {
    border: 2px dashed white;
    borderRadius: var(--pave-border-radius);
    padding: 1em;
    textAlign: center;
    cursor: pointer;
    text-align: center;
    margin: .5em 0 .5em 0;
}

.selectedFile {
    margin-top: .5em;
    align-items: center;
}

.selectedFile p {
    flex: 1 1 auto;
    overflow: hidden;
    margin: 0;
}

.oldFilesList {
    margin: 0;
    padding: 0;
}

.oldFilesList li {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.downloadButton {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.fileButton {
    text-align: left;
    margin-left: 0;
    overflow: auto;
    flex: 1 1 auto;
}

.tutorialVideo {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: center;
    margin: 2em;
}
