/*
Copyright (c) 2020 Feolayden Ventures
PrivacyChain Mail
*/
/* 
    Created on : Apr 13, 2020, 12:10:43 PM
    Author     : geoffreyhayden
*/

.maillist {
    border-bottom: 1px solid blue;
    padding-bottom: 2px;    
}
.maillist-selected {
    background-color:lightsteelblue;
}
.maillist-unselected {
}
.read {
    font-weight: normal;
    font-size: 1em;
}
.unread {
    font-weight: bold;
    font-size: 1.1em;
}
.mail-container {
    overflow:hidden;
}
.mail-header {
    width: 100%;
    height: .75em;
}
.mail-header th {
    width: 10em;
    font-size: 1.1em;
    height: .75em;
    padding: 0px 0px 0px 15px;
}
.mail-header td {
    font-size: 1.1em;
    height: .75em;
    padding: 0px;
}
.mail-body {
    width: 100%;
    height: 90%;
    margin-bottom: 5px;
    text-align: top;
    overflow: auto;
}
.encrypted {
    background-color: green;
    color: black;
}
.unprotected {
    background-color: red;
    color: white;
}