
	.mt20{
			margin-top:20px;
		}
		#autocomplete{
			display: none;
		}
		.list-group-item a{
			text-decoration: none !important;
		}
		.list-group li{
			cursor: pointer;
		}
		.list-group li:hover{
			color: white;
			background-color: #428bca;
		}
