.lagi-table {
	overflow-x: auto;
}
.lagi-table table {
	margin: 0;
	border-collapse: separate;
}
.lagi-table.style-01 th {
	font-size: 20px;
	font-weight: 600;
	color: #b2b2b2;
}
.lagi-table.style-01 td,
.lagi-table.style-01 th {
	text-align: left;
	border: 0;
	padding: 36px 10px;
}
.lagi-table.style-01 tr td,
.lagi-table.style-01 tr th {
	border-bottom: 1px solid #eee;
}
.lagi-table.style-01 tr:nth-child(2n) td {
	background: 0 0;
}
.lagi-table.style-02 td,
.lagi-table.style-02 th {
	text-align: left;
	border: 0;
}
.lagi-table.style-02 thead th {
	border-bottom: 1px solid #eee;
	padding: 25px 30px;
}
.lagi-table.style-02 thead span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	color: var(--lagi-color-text);
	text-transform: none;
}
.lagi-table.style-02 tbody td {
	position: relative;
	padding: 24px 30px;
}
.lagi-table.style-02 tbody td:first-child {
	width: 50%;
}
.lagi-table.style-02 td.fullsize {
	font-size: 16px;
	font-weight: 500;
	padding: 24px 50px;
	text-transform: uppercase;
}
.lagi-table.style-02 td.fullsize span.icon {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	line-height: normal;
}
.lagi-table.style-02 td.fullsize span.icon i {
	font-size: 8px;
	vertical-align: 3px;
}
