
.text-small 
{
font-size: 0.8rem;
}

.text-big 
{
font-size: 1.2rem;
}

.cursor-pointer,
[data-flag] 
{
cursor: pointer;
}

.form 
{
margin-bottom: 15px;
padding: 10px;
border-radius: 10px;
border-width: 0px;
border-style: solid;
border-color: #aaa;
z-index: 1000;
box-shadow: 0px 10px 10px -10px #aaa;
}

a.text-link:link, a.text-link:visited 
{
color: inherit;
text-decoration: none;
}

a.text-link:active, a.text-link:hover 
{
color: inherit;
text-decoration: underline;
}

.autocomplete-title 
{
background-color: #ffffff;
color: #7547a3;
font-weight: bold;
font-size: 1.5rem;
line-height: 1.8rem;
padding: 0.2em 0.2em;
margin-top: 15px;
margin-bottom: 5px;
}

.autocomplete-title:first-child 
{
margin-top: 0px;
}

.badge-favorite
{
    background-color: rgba( 255,255,255, 0.5 );    
}

  