.LXTable {
    padding: 0 1px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

    .LXTable thead {
        font-size: 12px;
    }

        .LXTable thead th {
            border: 1px solid #ddd;
            background-color: #efefef;
        }

    .LXTable tbody {
        font-size: 11px;
    }


        .LXTable tbody tr:nth-of-type(even) {
            background-color: #f9f9f9;
        }

        .LXTable tbody tr:hover {
            background-color: rgb(195, 228, 236);
        }

        .LXTable tbody tr.selected {
            background-color: rgb(195, 228, 236);
        }

        .LXTable tbody td {
            padding: 0 1px;
            border: 1px solid #ddd;
        }

            .LXTable tbody td.acapo {
                white-space: normal;
            }
