.lfr-table {
	border-collapse: collapse;
	clear: both;

	> tbody,
	> thead,
	> tfoot {
		> tr {
			> td,
			> th {
				padding: 0 5px;

				@include overflow-wrap(break-all);

				&:first-child,
				&.first-child {
					padding-left: 0;
				}

				&:last-child,
				&.last-child {
					padding-right: 0;
				}
			}
		}

		> tr > th {
			font-weight: bold;
		}
	}
}
