
/* Custom styles */

body {
    
}

.email-content {
    white-space: pre-wrap;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #dee2e6;
    font-size: 0.9em;
    line-height: 1rem;
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    word-break: break-all;
    max-width: 100%;
}
.email-content ul {
    margin: 0px;
}