/*
Table cells
*/
.left {
	text-align: left;
}

.right {
	text-align: right;
	white-space: nowrap;
}

.center {
		text-align: center;
}

/*
Sort support 
*/

.header-row-cell {
	position: relative;
}


.sortable {
	cursor: pointer;
}

.sort_support {
	position: absolute;
	bottom: 4px;
	right: 2px;
	stroke: none;
}

.sort_support .unordered {
	fill: hsla(0, 0%, 50%, 0.5);
}

.sort_support .ordered{
	fill: hsla(190, 75%, 50%, 1);
}
