.h-but-right {
	float: right;
	margin-left: 0.2em;
}

.h-but-left {
	margin-right: 0.2em;
}

a.fa {
	text-decoration: none;
	color: inherit;
}

.btn {
	text-decoration: none;
}

.btn-handle {
	cursor: grab;
}

.btn .fa {
	color: inherit;
}

.btn svg {
	/* Inline SVG same size as text. */
	height: 1em;
	margin-top: -0.2em;
	width: auto;
}

.btn-primary svg {
	fill: white;
}

.btn-primary, .btn-primary:hover {
	background: #872e26 !important;
	background-repeat: repeat-x;
	border: none;
}