<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#fee-transactions .card .card-header .card-header-right {
	right: 0px;
    float: left;
    position: relative;
    width: 100%;
}
#fee-transactions .card .card-header .card-header-right .second-btn {
	float: right;
	margin-right: 0px;
}
.hx-td {
	display: none;
}
.visible-lg-block a.button-green {
	margin-top: 10px;
}
table td.custom-action {
	padding: 1rem 0rem;
}
.resend-confirmation {
	padding: 4px 3px;
	margin-right: 0px;
}
.omega a.f-r{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}
@media only screen and (max-width: 1024px) and (min-width: 240px) {
	#fee-transactions .card .card-header {
	    padding: 20px 25px 20px 15px;
	}
	#fee-transactions .card .card-header .card-header-right {
		margin-top: 5px;
	}
	.hx-td {
		display: block;
	}
}
@media only screen and (max-width: 600px) and (min-width: 240px) {
	#fee-transactions .card .card-header .card-header-right .second-btn {
		float: left;
		margin-right: 10px;
	}
	table td.custom-action {
		padding: 1rem 0.6rem;
	}
}</pre></body></html>