﻿/* 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-size: 10pt;
    font-weight: bold;
    padding: 10px;
    color: red;
/*  background-color: lightgray;*/
/*  text-align: center; */
}

.client-message-text {
    font-size: 9pt;
    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; */
}

