.eagle-status-ok { 
    color: #339933 !important; 
    text-align: center !important;
}
.eagle-status-problem  { 
    color: #ff6666 !important; 
    text-align: center !important;
}
.eagle-status-yes {
    color: #333399 !important;
    text-align: center !important;
}
.eagle-status-no { 
    color: #cccccc !important;
    text-align: center !important;
}

.eagle-wrapper {
    margin-right: 1rem;
}
.eagle-wrapper th {
    text-align: center;
    font-weight: bold;
}
.eagle-wrapper th:first-child,
.eagle-wrapper th:nth-child(2),
.eagle-wrapper th:nth-child(3) {
    text-align: left;
}

.eagle-admin-settings-wrapper {
    padding: 2rem;
}
.eagle-admin-settings-wrapper h2 {
    font-size: 1.25rem;
}