﻿.content-footer 
{
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row-reverse;

	color: rgba(0,0,0,.609);
	border-top: 1px solid rgba(0,0,0,.1);
	margin: 20px;
	padding-top: 20px;

	overflow: hidden;
}

.footer-section
{
	display: flex;

	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
}

.footer-section span
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}