/* Global
------------------------------------------------

- Content

 (global)
------------------------------------------------ */

.i-l i:first-of-type {
	margin: 0 0.5em 0 0;
}

.i-r i:last-of-type {
	margin: 0 0 0 0.5em;
}


/* Content
------------------------------------------------ */

#content table tr th a.asc,
#content table tr th a.desc {
	position: relative;
}

#content table tr th a.asc::after,
#content table tr th a.desc::after {
	bottom: 0;
	font: var(--fa-font-regular);
	position: absolute;
	right: -15px;
}

#content table tr th a.asc::after {
	content: '\f176';
}

#content table tr th a.desc::after {
	content: '\f175';
}

#content table tr th.actions {
	text-align: center;
	width: 1%;
}

#content table tr td.actions {
	text-align: center;
}
