#main {
    position: relative;
    top: 0;
    left: auto;
    width: 90%;
    height: auto;
    margin: auto;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
#mainContent {
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    border: #e2ddc7 1px solid;
    padding: 0;
    background-color: #e2e7e6;
    overflow: hidden;
}


#mainContent .forFlow {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 0 0; 
    border-top: #d6dddc 1px solid;
    overflow: hidden;
}

.day {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 20px 0 20px;
    border: none;
    padding: 0;
    overflow: hidden;
}

.postCon {
    position: relative;
    width: 90%;
    height: auto;
    margin: 10px 0 0 0;
    border: none;
    padding: 0;
    overflow: hidden;
    color: #494949;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: keep-all;
    overflow: hidden;
    line-height: 1.5;
}

.topicListFooter {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0;
    border: none;
    padding: 0 20px 20px 20px;
    overflow: hidden;
    text-align: right;
}