.chlink{
    text-align: right;
}

.number {
    display: inline-block;
    float: left;
}


.message {
    padding-bottom: 50px;
    color: #444;
    font-size: 21px; 
    font-weight: bold;
}

.entry-content > div.message:nth-child(16n){
//    font-size: 18px;
    font-size: 21px; 
    color: #00b9eb;
    font-weight: bold;
}

.entry-content > div.message:nth-child(20n){
//    font-size: 20px;
    font-size: 40px;
    color: #CC0000;
    font-weight: bold !important;
}


.message:nth-child(13n){
//    font-size: 14px;
    font-size: 21px; 
    color: #006600;
    font-weight: bold;
}

.message:nth-child(16n){
//    font-size: 18px;
    font-size: 21px; 
    color: #00b9eb;
    font-weight: bold;
}


.message:nth-child(20n){
    font-size: 20px;
    color: #CC0000;
    font-weight: bold;
}