
table tr.medLibGuiMessageTrHeader, table td.medLibGuiMessageTrHeader {
 padding: 1px;
 font-size: 12px;
 font-weight: bold;
 background-color: #ccc;
 color: black;
}

table tr.medLibGuiMessageTrFooter {
 padding: 1px;
 font-weight: bold;
 color: black;
 background-color: #ccc;
}

table.medLibGuiMessage {
 width: 100%;
 background-color: transparent;
 font-size: 12px;
 margin: auto;
 width: 90%;
 margin-bottom: 20px;
 border: 1px dotted red;
 background-color: #c3c4c2;
}

table.medLibGuiMessage tr {
 background-color: white;
}