.container {
	align-items: center;
	flex-direction: row;
	margin-left: 0;
	margin-right: 0;
}

.line {
	background-color: $gray-lighten-20;
	flex: 1 0 10px;
	height: 2;
}

.lineDark {
	background-color: $gray-50;
}

.textContainer {
	flex: 0 1 auto;
	margin-left: 15px;
	margin-right: 15px;
}

.text {
	text-align: center;
}
