.fade-enter-active, .fade-leave-active {
  transition: opacity .25s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

div .alert-info a {
	color: #39A7FA;
	text-decoration: underline;
}

.hoverable:hover {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.bootstrap-autocomplete {
	max-height: 35%;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

[v-cloak] {
	display: none;
}