
.tag-list {
	.tag {
		text-transform: uppercase;
		font-size: 10px;
		background: $gray-200;
		color: $gray-600;
		padding: 5px;
		white-space: nowrap;
	}
}