﻿.LogEntry 
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.LogEntry.Error 
{
    color: #FF0000;
    font-weight: bold;
}