small {
    font-style: italic;
}
p.percorso {
	margin:0 0 0 0;
    width: 100%;
	padding:0.625rem 0;
    font-size: 0.75rem;
    color: #6C7B92;
}
p.percorso a {
    color: #6C7B92;
    text-decoration: none;
	padding:0 0.3125rem;
}
p.percorso a:hover {
    color: #CD4D52;
}
h3 {
    font-size: 1.1rem;
    color: #376391;
    font-weight: 400;
    background: #DDD;
    text-transform: uppercase;
}
h3 span {
    color: #FFF;
    padding: 0.3125rem;
    background: #376391;
    display: inline-block;
}
.django-ckeditor-widget, #cke_id_messaggio {
    width: 100% !important;
}
.lista {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 3px;
    float: left;
}
.float-left {
    display: block;
    position: relative;
    float: left;
}
.float-right {
    display: block;
    position: relative;
    float: right!important;
}
.verde {
    color: green;
}
.rosso {
    color: red;
}
.card {
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
}
ul.lista-orizzontale li {
    display:inline;
    margin-right: 1rem;
    float: left;

}
.centra {
    text-align: center!important;
}
.testo-destra {
    text-align: right!important;
}
.testo-sinistra {
    text-align: left!important;
}
.ml {
    margin-left: 0.5rem;
}
.mr {
    margin-right: 0.5rem;
}
.aside-block {
    padding: 1rem;
    color: #FFFFFF;
}
.cta {
    background-color: #CD4D52;
    color: #FFFFFF;
    padding: 0.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 0;
    border-radius: 0.2rem;
    /*margin-bottom: 2rem;*/
    /*margin-top: 2rem;*/
    text-align: center;

}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

@media only screen and (max-width : 600px) {
    
}
@media only screen and (min-width : 601px) and (max-width : 900px)  {
    
}
@media only screen and (min-width : 901px) and (max-width : 1200px) {
    
}
@media only screen and (min-width : 1201px) {
    
}