tr.tr-row, tr.tr-row-th {
	display: flex;
	width: 100%;
}

tr.tr-row td, tr.tr-row-th th {
	flex: 1;
	align-items: flex-start;
	display: flex;
}

tr.tr-row > td:first-child, tr.tr-row-th > th:first-child {
	flex: 0 50px;
	display: flex;
	align-items: center;
}


tr.tr-row-th th {
	display: flex;
	justify-content: center;
}

td.td-col-2 {
	justify-content: center;
	align-items: center;
}

td.td-col-3 > span {
	justify-content: center;
	display: flex;
	text-align: center;
	width: 100%;
	display: inline-block;
	/* height: 100%; */
	align-items: center;
	justify-content: center;
}

tr.tr-row td.td-col-3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

td.td-col-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

td.td-col-4 {
	display: flex;
	flex-direction: column;
}

td.td-col-4 > a {
	margin: 0;
	margin: 0 auto;
	margin-top: 5px;
}

td.td-col-4, th.th-col-4 {
	flex: 0 200px !important;
	text-align: center;
}

td.td-col-5 > a {
	width: 100%;
	margin: auto;
}

td.td-col-2 {
	flex: 0 180px !important;
}

td.td-col-5, th.th-col-5 {
	flex: 0 400px !important;
	padding-left: 40px;
}

th.th-col-2 {
	flex: 0 180px !important;
}

th.th-col-3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

td.td-col-4 > div {
	width: 100%;
	text-align: center;
}

td.td-col-5 {
	align-items: center;
	justify-content: center;
	display: flex;
}

td.td-col-2 img {
	max-height: 50px;
}

.td-col-1 > span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-bottom: 5px;
	font-size: 12px;
	position: relative;
}


.logo-w:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/wp-content/uploads/2024/01/chain.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-bottom: 5px;
	font-size: 12px;
	bottom: 0;
	top: 0;
	margin: auto;
	opacity: 0.3;
}

td.td-col-2.flex.items-center {
	height: 100%;
	align-items: center !important;
	flex: 0 0 100%;
	margin: 0 auto !important;
}

tr.tr-row-th th svg {
	max-width: 20px;
	display: flex;
	align-items: center;
}

tr.tr-row-th th {
	display: flex;
	align-items: center;
	gap: 10px;
}

tr.tr-row-th th {
	padding: 10px;
	margin: 0;
}
@media screen and (max-width: 1050px){

	.tr-row {
		display: flex;
		flex-direction: column;
	}

	.td-col-2.flex.items-center {
		flex: 0 auto !important;
	}

	.tr-row-th {
		display: none;
	}

	.td-col-4 {
		flex: 0 auto !important;
	}

	.td-col-5 {
		flex: 0 auto !important;
	}

	.tr-row > * {
		padding: 0 !important;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.tr-row {
		padding-top: 0;
	}

	tr.tr-row-th {
		display: none;
	}

	td.td-col-5 {
		flex: 0 auto !important;
	}

	td.td-col-4 {
		flex: 0 auto !important;
	}
}

@media screen and (max-width: 400px) {
	td.td-col-5.modified-links {
		display: flex;
		flex-direction: column;
	}

	td.td-col-5.modified-links > a:first-child {
		margin-bottom: 20px;
	}
}
