.SeparationLine{
	clear:both;
	width: 100%;
	border:none;
	border-bottom: solid var(--accent-4);
}

.SeparationLine.Thin{
	border-width: 1px;
}

.SeparationLine.Thick{
	border-width: 3px;
}