.icon {
	display: inline-block;
	margin: 2px;
	height: 32px;
	width: 32px;
	background-color: #ccc;
}

/* ICONS */
.icon-bruce {
	background: url('../images/bruce.png') center center no-repeat;
}

ul.empty{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

li {
margin:.5em 10% .5em 0
}