﻿/* Set the CSS styles for each DIV. */
.client-message {
    border: 2px solid silver;
    background: #fff;
    margin-top: 20px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.client-message-title {
    border-bottom: 1px solid silver;
    font-weight: bold;
    padding: 5px;
    color: #3a3f42;
    background-color: lightgray;
    text-align: center;
    font-size: 12pt;
}

.client-message-text {
    padding: 10px;
    color: red;
    white-space: pre-wrap;
    text-align: left;
    font-weight: bold;
    font-size: 11pt;

}

.override-client-message-text {
    padding: 10px;
    color: red;
    text-align: left;
    font-weight: bold;
    font-size: 11pt;

}

