.about{ display: none !important; }
.task-login #layout-content {
    text-align: center;
    width: 100%;
    display: block;
    background-image: url("icb-bg.png");
    background-color: #363c50; /* #374549;*/
    background-repeat: no-repeat;
/*    background-size: 100% auto; */
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.messagelist td.subject span.fromto {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    font-size: 90%;
    color: #009688;
    padding-left: 1.5em;
    padding-right: .5rem
}
.folderlist li.mailbox .unreadcount {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 2em;
    line-height: 1.4rem;
    margin: 7.7px;
    padding: 0 .3em;
    border-radius: .4em;
    background: #009688ad;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
html.dark-mode .message-htmlpart {
    background-color: #fff;
    color: #2c363a;
    padding: 10px;
    border-radius: 10px;
    margin-top: .5rem;
}
.toolbar {
    margin: 0;
    text-align: center;
    white-space: nowrap;
    padding-top: 30px;
}
ifplcontainer label, input {
    padding: 0;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    color: #a7a7a7;
}
