html, body {
    width: 100%;
    height: 100%;
    background-color: #dcddde;
}

.container {
    padding: 0;
}

.navigation {
    text-align: center;
    font-size: 20px;
    background-color: #444;
    color: white;
}

.logo-container {
    text-align: center;
}

.logo {
    height: 75px;
    margin: 40px 0;
}

label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

.upload-file-container {
    text-align: center;
    padding-bottom: 60px;
}

/***** Example custom styling *****/
.myLabel {
    padding: 20px 60px;
    margin: 2px;
    background: #444;
    display: inline-block;
    cursor: pointer;
}
.myLabel:hover {
    background: #666;
}
.myLabel:active {
    background: #555555;
}

.myLabel span {
    color: white;
}

.instructions {
    margin: 0 auto;
    text-align: center;
    max-width: 650px;
    padding-bottom: 20px;

}

.download-sample-container {
    text-align: center;
}

.download-sample-container span {
    padding: 8px 20px;
    margin: 2px;
    background: #444;
    display: inline-block;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.download-sample-container span:hover {
    background: #666;
}
.download-sample-container span:active {
    background: #555555;
}

#last-file-name {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 50px;
    font-size: 10px;
    font-weight: 700;
}