body {
	background-color: none transparent;
	background-image: url("../images/Background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

p.enumeration span:first-child, span.enumeration {
	display: inline-block;
	width: 4em;
}

p.enumeration-2, p.enumeration-3 {
	display: table;
}

p.enumeration-2 > span, p.enumeration-3 > span {
	display: table-cell;
}

p.enumeration-2 > span:first-child {
	width: 6.5em;
	padding-right: 0.5em;
	text-align: right;
}

p.enumeration-3 > span:first-child {
	width: 7.5em;
	padding-right: 0.5em;
	text-align: right;
}
