table {
    text-wrap: auto;
    overflow: visible;

}

tbody, td, tfoot, th, thead, tr {
    text-wrap: auto;
     overflow: visible;
}

a.btn.btn-secondary {
    color: white;
}

footer.site-footer {
    height: 450px;
}


.bucket-links a {
    margin-right: 25px;
    margin-top: 75px;
}


.bucket-upload-form .form-type-managed-file {
    padding: 25px;
    border: solid #c4c4c4;
    border-radius: 20px;
    background: #eeeeee99;
    margin-top: 50px;
}