body{
max-width: 100%; }

#left-sidebar.theme-base-color{background-color:#A9A9A9;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}}

#menu-item-topics.icon {background-color:#00add8;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}

.top-container {background-color:#A9A9A9;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}

#body {background-color:#00add8;}

#left-sidebar {background-color:#A9A9A9;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}

#left-sidebar .menu li.menu-item{background-color:#A9A9A9;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}

.logo-container img {

max-height: 100%;

}

#email-header {background-color:00add8;}

.default .topic-card-title {
    font-size: 16px;
    text-transform: none;
    text-align: right;
}

.default .topic-overlay .topic-card-title, 
.default .topic-overlay-hover .topic-overlay-content {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.right-sidebar .cards-horizontal .card.note.show-content .card-cover-title {
    width: auto;
    background: none;
    background-color: aliceblue;
}

.card.note .card-cover-title {
    background-color: aliceblue;
}

.right-sidebar .cards-horizontal .card.note.show-content .card-cover-title {
    width: auto;
    background: none;
    background-color: white;
}
 
.card.note .card-cover-title {
    background-color: white;
}

.card-cover-title {
    font-size: 10px;
    line-height: 12px;
    margin: 4px;
    color: black;
    background: #fff;
    padding: 0 4px;
}

.topic-overlay-hover {
    width: 100%;
    height: 100%;
    display: table;
    visibility: hidden;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    word-break: normal;
}
.table-scroll-container {
overflow-x: auto; 
overflow-y: hidden;
white-space: nowrap;
}