.wfu-site-table {
    margin-top: 50px;
}
.wfu-site-table thead {
    padding:10px;
    background-color: grey;
    font-size: 1.25em;
    color: white;
}
.wfu-site-table th {
    padding: 5px;
}
.site_owner_warning {
    background-color: rgba(255, 0, 0, 0.25);
}
.wfu-site-list td{
    padding: 10px;
    text-align: center;
}
.wfu-site-list .column-small {
    min-width: 50px;
}
.wfu-site-list .column-med,
.wfu-site-list .column-large {
    min-width: 200px;
}
.wfu-site-list .column-large {
    max-width: 500px;
    text-align: left;
}
