.navbar.shadow-sm {height: 50px;
}
.navbar-brand img {width: 85px;
}

main.flex-shrink-0 {margin-top: 40px;
}

.directDownload #downloadFile {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

input[type="submit"], input[type="button"], button, .button, #quota, select, .pager li a {
    width: auto;
    min-width: 25px;
    padding: 5px;
    background-color: rgba(240,240,240,.9);
    font-weight: 600;
    color: #555;
    border: 1px solid rgba(221,221,221,.9);
    cursor: pointer;
    text-decoration: none;
}

.directDownload, .directLink {
    margin-bottom: 10px;
}

.directLink input {
    margin-left: 5px;
    width: 500px;
    max-width: 90%;
}