
.jumbotron {
    margin-top: 15px;
    margin-bottom: 20px;
}

.drop-container {
    background: white;
    padding: 5px;
    border-radius: 10px;
}

.drop {
    height: 150px;
    border: 3px dashed rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.15s;
    transition-timing-function: ease-in;
}

.drop:hover {
    border: 3px dashed rgb(51, 102, 187);
}

.drop > p {
    margin: 0;
}

.drop > p > .click-here {
    font-size: 21px;
    font-weight: 200;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 3px;
}

table.file-list > tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 0;
    border-top: 0;
}

table.file-list > tbody > tr:first-child > td {
    padding-top: 10px;
}

table.file-list th.fit, table.file-list td.fit {
    white-space: nowrap;
    width: 1%;
}

.pathname {
    color: black;
    font-family: monospace;
}

.file-size {
    text-align: right;
}

.panel-iframe-host {
    padding: 0;
}