.page-content {
	padding-top: 80px;
}
#loading .spinning {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.mx-details {
    margin-left: 15px;
    font-size: 0.9em;
}
.text-success { color: #5cb85c; }
.text-muted { color: #777; }
.text-danger { color: #d9534f; }
.dkim-key {
    word-break: break-all;
    font-family: monospace;
    font-size: 0.85em;
    max-width: 300px;
}
.status-col {
    width: 50px;
    text-align: center;
    vertical-align: middle !important;
}
.text-danger small {
    line-height: 1.3;
}