.twitter-typeahead {
	width: 100%;
}
.tt-menu {
	margin-top: 5px;
	width: 100%;
	text-align: left;
	background-color: white;
	max-height: 200px;
	overflow-y: auto;
}
.tt-suggestion {
	padding: 5px 10px;
	margin: 5px;
	background-color: #d3f0fb !important;
	border-radius: 8px;
}
.tt-suggestion:first-of-type {
	margin-top: 0px !important;
}
.tt-suggestion:last-of-type {
	margin-bottom: 0px !important;
}
.tt-suggestion .text-muted {
	color: #6c757d !important;
}

.tt-menu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.tt-menu::-webkit-scrollbar-thumb {
	background: #197ec2;
	border-radius: 25px;
}
.tt-menu::-webkit-scrollbar-thumb:hover {
	background: #d3f0fb;
}
.tt-menu::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 25px;
	box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}
.btn-login {
	background-color: #197ec2 !important;
	border-color: #197ec2 !important;
	letter-spacing: 0.14px;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: lighter;
}
.image-inverted {
	filter: invert(100%) saturate(0%) brightness(0%);
}

#logo_about {
	max-width: 150px !important;
}
