﻿.LTRTable {
}

    .LTRTable tr td:first-child {
        font-weight: bold;
    }

    .LTRTable thead td:first-child {
        font-size: 21px;
    }


.SysCfgListTable {
    border-spacing: 0;
    border-collapse: separate;
    border: 5px outset lightblue;
    background-color: #f0f5f9;
}