.unread {
    font-weight: bold;
    color: red;
}

div.email {
}

div.email .header {
    position: relative;
    background-color: #e8e8e8 !important;
    padding: 1em;
    border-radius: 1em 1em 0 0;
    border-top: 2px solid #6a6a6a !important;
}
div.email .body {
    border-radius: 0 0 1em 1em;
    border-bottom: 2px solid #6a6a6a !important;
    padding: 2em 1em;
}

div.email .header .email-actions {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

div.email .header .email-actions .button {
    margin-bottom: 3px;
}

div.email .header .subject {
    font-weight: bold;
    font-size: 1.2em;
}
div.email .header .received {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

div.email p {
    margin: 0;
    padding: 0
}