.FileUpload {
    min-height: 250px;
    position: relative;
}

.FileUpload .ActionPrompt {
    bottom: 0;
    height: 10%;
    left: 0;
    position: absolute;
    margin: auto;
    right: 0;
    text-align: center;
    top: 0;
}

.ButtonRow {
    text-align: center;
}

.ButtonRow .Button {
    background-color: orange;
    border: 2px solid orange;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
}

.ButtonRow .Button:hover {
    background-color: white;
    border: 2px solid orange;
    color: orange;
    transition-duration: 0.4s;
}

.ButtonRow .Button:focus {
    outline: 0;
}
