/**
 * Error Logger Page Styles
 */
.contexa-log-type {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.contexa-log-type.error,
.contexa-log-type.fatal { background: #dc3232; color: white; }
.contexa-log-type.warning { background: #f0b429; color: #000; }
.contexa-log-type.notice { background: #00a0d2; color: white; }
.contexa-log-type.info { background: #46b450; color: white; }
