﻿body {
}

.cadmusChatMessageList {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1050px;
    padding: 5px 15px 5px 15px;
}

.cadmusChatMessage {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #5B4104;
    color: #FBE9BD;
    border-radius: 10px;
    margin: 15px;
    padding: 8px;
}

    .cadmusChatMessage:nth-child(even) {
        background-color: #6b541d; /* For distinguishing every other post */
        color: antiquewhite;
    }
    .cadmusChatMessage .name {
        font-family: "Lucida Console", "Courier New", monospace;
        font-weight: bold;
        font-size: smaller;
        color: khaki;
    }
    .cadmusChatMessage .datetime {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: smaller;
        color: navajowhite;
    }
    .cadmusChatMessage .minutes {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: smaller;
        color: yellow;
    }

    .cadmusChatMessage .message {
        font-size: larger;
        color: white;
        line-height: 1em;
    }

    .cadmusChatMessage .authorinfo {
        text-align:right;

    }

#div_messagethread {
    background-color: #ffa;
}
