.chlink{
    text-align: right;
}


.message {
    position: relative;
    padding: 20px;
    color: #000;
    font-weight: bold;
    line-height: 2.0;
    word-break: break-all;
    margin: 0 0 50px;
}



p.post_msg {
    text-align: right;
    font-size: 12px;
    color: #d6d3d3;
}

p.post_msg a {
    color: #a3abec;
    text-decoration: none;
}

.message > p{
    color: #333;
}
.message:nth-child(6n+2) p{
    color: #a4a7a4;
}
.message:nth-child(6n+3) p{
    color: #e295e2;
}
.message:nth-child(6n+4) p{
    color: #6b98ce;
}
.message:nth-child(6n+1) p{
    color: #25945e;
}