.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: #eee;
    line-height: 22px;
    padding-left: 40px;
    font-size: 11px;
    border-top: 1px solid #ccc;
}

.container {
    margin-bottom: 30px;
}

.card-block {
    height: 120px;
}

.table.table-striped tr.warning {
    background-color: #fcf8e3;
}

.table.table-striped tr.error {
    background-color: #fdd;
}

.table.table-striped tr.updating {
    background-color: #aadcff;
    font-style: italic;
}

.table-responsive.residents {
    overflow-x: visible;
}

.sync-button {
    cursor: pointer;
}

.fa-exclamation-triangle,.fa-exclamation-circle {
    color: #9a0300;
}
