/*
** Definition Lists **/
dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 90%;
    background: #f8d7da;
}

dt {
	width: 33%;
	text-align: left;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 10px;
}

dd {
	width: 66%;
	margin: 0;
	padding: 10px;
	border-bottom: 4px solid #fff;
	margin-bottom: 0 ! important;
	margin-left: 0;
}

dl.definitionsList dt,
dl.definitionsList dd,
dl.definitionsList {
	box-sizing: border-box;
}
