.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

#toolLinkList > .list-group {
	display: inline !important;
}

#toolOptions > .list-group {
	display: inline !important;
}

.card-title {
	margin-bottom: 0 !important;
}

#toolLinkList, #toolOptions {
	max-height: 20vh;
	overflow-y: auto;
}