.containers {
    width: 100%;
}
#pageContainer {
    width: 100%;
    height: 100%;
    background-color: #eee;
}
/*
#leftContainer {
    width: 1em;
    height: calc(100% - 2em);
    top: 1em;
    left: 0px;
    background-color: aquamarine;
    z-index: 20;
} 
#rightContainer {
    width: 1em;
    height: calc(100% - 2em);
    top: 1em;
    right: 0px;
    background-color:blueviolet;
    z-index: 20;
}
*/
#naviContainer {
    width: 100%;
}

#contenTainer {
    width: calc(100% - 0em);
    /*min-height: calc(100% - 14em);*/
    min-height: 60%;
    background-color:#eee;

}
#botContainer {
    height: 20em;
    position: relative;
    bottom: 0px;

}
#botContainer > div {
    max-height: 14em; 
    overflow-y: scroll;
}
#topbanner {
    padding: 0px;
    margin: 0px;
    height: 100px;
    background-color: #616161;
}
#topbanner img {
    height: 100px !important;
}
#topbannerLeft {
    color: #eee;
    /*background-image: linear-gradient(to right, #353535, #616161);*/
    background-color: #616161 !important;
    align-content: center;
    position: absolute;
    top: 0px;
    left: 16px;
    padding: 0px 1em 0px 1em;
    z-index: 15;
    width: 20em;
    height: 100px;
}
#topbannerRight {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100px;
}
#topbannerMid {
    position: absolute;
    z-index: 10;
    top: 0px;
    left:22em;
    background-color: transparent;
    height: 100px;
}
table#contribedit td {
    padding-right: 2em;
}