.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    margin-bottom: 0.25rem;
}

blockquote {
	border: 1px solid #9dadbf;
    border-left: 8px solid #9dadbf;
    border-radius: 3px;
    background: #fafafa;
    font-size: 18px;
    margin-left: 5px;
    padding: 10px 20px;
}

blockquote p {
	margin: 0;
	line-height: 30px;
	/*padding-bottom: 20px;*/
}

blockquote .small {
	display: block;
	font-size: 80%;
	color: brown;
	text-align: right;
}
.typeahead__container .typeahead__field *{
    font-family:"Roboto", sans-serif !important;
    font-size: 14px;
}
.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after{
    z-index: 10;
}
.typeahead__result{
    height: 100%;
}
.typeahead__result ul{
    max-height: 500px;
    overflow: auto;
    /*height: auto;
    overflow: auto;*/
}
.card[data-clickable=true]{
  cursor: pointer;
}