/* ------------------------------------------------------------ *\
	Table Full
\* ------------------------------------------------------------ */

.lvw-table-full {
	margin: 30px 0;
}

.lvw-table-full .lvw-table__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 30px;
	border-bottom: 1px solid #ddd;
}

.lvw-table-full .lvw-table__row:last-child {
	border-bottom: 0;
}

.lvw-table-full .lvw-table__row:nth-child(even) {
	background: #eee;
}

.lvw-table-full .lvw-table__row p {
	color: #4a5762;
	font-size: 18px;
	letter-spacing: .3px;
	margin-bottom: 0;
}

.lvw-table-full .lvw-table__row p:first-child {
	max-width: 600px;
	line-height: 22px;
}

.lvw-table-full .lvw-table__row p:last-child {
	text-align: right;
	font-weight: 500;
	margin-left: 40px;
}

.lvw-table-full .lvw-table__head {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.lvw-table-full .lvw-table__head .lvw-table__row {
	background: linear-gradient(135deg,#3b4395,#3b44a6);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
	border-bottom: none;
}

.lvw-table-full .lvw-table__head .lvw-table__row p {
	color: #fff;
	font-weight: normal;
}

.lvw-table-full .lvw-table__foot .lvw-table__row {
	border: solid #3b4395;
	border-width: 2px 0;
}

.lvw-table-full .lvw-table__foot .lvw-table__row p {
	color: #000;
	font-family: 'SuisseIntl-Medium', sans-serif;
}

/*.lvw-table-full .lvw-table__foot .lvw-table__row p:first-child { font-weight: 500; }*/
/*.lvw-table-full .lvw-table__foot .lvw-table__row p:last-child { font-weight: bold; }*/

@media (max-width: 479px) {
	.lvw-table-full .lvw-table__row {
		padding: 14px 10px;
	}

	.lvw-table-full .lvw-table__row p {
		font-size: 15px;
	}

	.lvw-table-full .lvw-table__row p:last-child {
		font-size: 18px;
	}

	.lvw-table-full .lvw-table__head .lvw-table__row p {
		font-size: 18px;
	}
}