
.box-style-1 {
	position: relative;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 0.4em;
	padding: 1em 0.75em 1em 0.75em;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	list-style-type: none;
}

	.box-style-1 a {
		margin-top: 0.1em;
		margin-bottom: 0.1em;
	}

.box-style-2 {
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 0.4em;
	padding: 1em 1em 1em 1em;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
	list-style-type: none;
}