// Override all default buttons in Bootstrap to be
// inline-flex (supporting icons to be middle v aligned)
.btn{
	display:inline-flex;
	align-items:center;

	// Give the SVG icon some margin on the right
	.bi{
		margin-right:4px;
	}
}
