.Skill {
	margin-top: 5px;
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

.Skill__Logo {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.Skill__Name {
	padding-left: 8px;
	font-size: 14px;
	font-weight: 300;
	color: white;
	/* or black, depending on background */
}


