.logViewerDialog .logViewerTable {
    height: 375px;
    width: 100%;
    font-size:8pt;
}

.logViewerDialog table th, 
.logViewerDialog table .logViewerCategory {
    text-align:center;
}

.logViewerDialog .lvTable  {
    width: 100%;
    border: 1px solid #9f9fa3;
    border-color: var(--border-color);
    border-radius: 5px;
    cursor: default;
}

.logViewerDialog .lvTable .rtTableHeader th
{
    padding: 3px 3px 3px 3px;    
    background-color: #dddddd;
    background-color: var(--toolbar-background-strong);
}

.logViewerDialog .lvTable .rtTableRow td 
{
    padding: 3px 3px 3px 3px;    
}

.logViewerDialog .lvTable td
{
    border-bottom: 1px solid #9f9fa3;
    border-bottom-color: var(--border-color);
    padding: 3px 3px 3px 3px;
}

.logViewerDialog .lvTable .rtTableRow:last-child td 
{
    border-bottom: none; 
}

.logViewerDialog .logViewerTimestamp 
{ 
    white-space: nowrap;
}

.logViewerDialog .dialogConfirmationMessage {
    width: 500px;
    display: inline-block;
    margin: 2px 0px 0px 5px;
}

.logViewerIcon {
    cursor: pointer;
}