.form-select-lg {
	font-size: 1.25rem;
	padding: 10px
}
.table {
	font-size: 1.05rem
}
h3 {
	font-size: 1.6rem
}
.fav-item {
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	transition: background .15s,box-shadow .15s,opacity .15s
}
.fav-item: hover {
	
}
.fav-item.dragging {
	opacity: .4;
	cursor: grabbing;
	box-shadow: 0 4px 12px rgba(0,0,0,.18)
}
.fav-item.drag-over {
	border-top: 3px solid #0d6efd !important;
	background: #e7f1ff
}
.fav-drag-handle {
	cursor: grab;
	color: #adb5bd;
	font-size: 1.4rem;
	padding: 0 .6rem 0 .1rem;
	line-height: 1;
	flex-shrink: 0;
	touch-action: none
}
.fav-drag-handle: active {
	cursor: grabbing
}
.nav-tabs .nav-link {
	font-size: 1rem;
	padding: 0.5rem 0.7rem
}
.company-badge {
	font-size: .7rem
}
#map {
	height: 300px;
	width: 100%;
	border-radius: 8px;
	margin-top: 12px
}
.fav-hint {
	font-size: .85rem;
	color: #6c757d;
	margin-bottom: .75rem
}
.text-fs7 {
	font-size: 0.7rem;
}