#home {
    margin: 0 auto;
    width: 100%;
}


#main {
    display: flex;
    min-width: 1200px;
    text-align: left;
    clear: both;
    background: #fff;
}

#mainContent {
    margin-right: 20px;
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    float: right;
    /* width: 880px; */
    background: #fff;
    flex-grow: 1;
    overflow: auto;
}

#sideBar {
    min-height: 200px;
    padding: 0 10px;
    /* margin-left: 880px; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    padding-bottom: 20px;
    margin-left: 0px  !important;
}

 