/* MailMe custom styles */
html, body {
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.table td, .table th {
    vertical-align: middle;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
}
