/**
 * This optional CSS file is only loaded when the ProcessHello module is run
 *
 * Remove it if you have no CSS styles to add. 
 *
 */

.message-container ul.attachments {
    margin-top: 10px;
    padding-left: 14px;
}

.message-container .attachments-label {
    margin-bottom: 0px;
}

.highlight {
    background-color: #354b60;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.first-hr {
    margin-bottom: 10px;
}

.entwurf {
    text-decoration: line-through;
    opacity: 0.5;
}

.mini-nav a {
    background-color: #354b60;
    padding: 10px;
    color: white;
    border-radius: 5px;
}

.mini-nav a:hover {
    text-decoration: none;
    background-color: #e83561;
}

.mini-nav .active {
    /*text-decoration: underline;*/
    background-color: #e83561;
}

.mini-nav {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
}

.messages-container td hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

.messages-container td hr:last-child {
    display: none;
}