﻿table tbody tr.NewMessage td {
    font-weight: bold;
}

table.SingleLine {
    white-space: nowrap; /*single line*/
}

table.SingleLine td, table.SingleLine tr {
    overflow: hidden;
}

table.TableCondensed td{
    padding: .25rem;
}

table.TableCondensed th {
    padding: .25rem;
    width: 10px;
}

table.Clickable tbody tr:hover {
    cursor: pointer;
}

div.ContainerLeft {
    margin-left: inherit;
}