.text-right {
	text-align: right !important;
}

.btn-overflow-ellipses {
	max-width: 300px;
	text-overflow: ellipsis ellipsis;
	overflow: hidden;
	white-space: nowrap;
}