h1, h2, h3 {
    text-align: center;
}
p {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

button {
    padding: 5px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

.infoTextBlock {
    margin-left: 10%;
    margin-right: 10%;
}


tr:hover {
    background-color: #f5f5f5;
}

.last_fetch_status_success,
.last_fetch_duration_ok {
    background-color: green;
    color: white;
}

.last_fetch_duration_warn {
    background-color: #ffaa00;
}

.last_fetch_status_failure,
.last_fetch_duration_slow {
    background-color: red;
}

.last_fetch_status_unknown {
    background-color: grey;
}
