/**
 * SUMOshop List description v1.08
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
dt, dd {
	display: block;
	float: left;
	margin-bottom: 5px;
	vertical-align: top;
}

dt {
	clear: left;
	width: calc(100vw * 1/4);
	width: calc(var(--basic-full) * 1/4);
	max-width: 50%;
}

dt:after {
	content: ":";
}

dl:after {
	content: "";
	display: block;
	clear: both;
}