
/* Forum-messages */



.m-question, .m-reply {
    color:   gray; 
    display: table-row; 
}
div.tdcomment {
    padding: 5pt;
    border: 1px solid #ccc; 
    border-radius: 5px; 
    border-spacing: 7px 5px;

/*    background-color: #e7e7e7;*/
    color:   darkblue; 
    font-family: Times New Roman, Times, serif;  
    font-size:  10pt; 
}

tr.m-private > td > div.tdcomment {
background-color:#dbc59e  ;
}

tr.m-trash > td > div.tdcomment {
background-color:#fadadd  ;
}

tr.m-faqs > td > div.tdcomment {
color: maroon;
background-color: #f1f5e1   ;
}

tr.m-faqs > td > div.m-aux {
color: gray;
}

/*tr.m-faqs  {

background-color: #f1f5e1   ;
}*/
