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;
}
.h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 40px;
    font-weight: 700;
    left: 1.25rem;
    letter-spacing: -2px;
    line-height: 42px;
    color: #FFFFFF;
    width: 260px;
}
.h2{
    margin-top: 50px;
    color: white;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 700;
    left: 1.25rem;
    line-height: 22px;
    position: absolute;
    width: 340px;
}
.titolo {
    font-size: 18px;
    font-weight: bold;
}
.obbligatori {
    text-align: center;
    font-weight: bold;
}
.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;
}
.verde {
    color: green;
}
.rosso {
    color: red;
}
.fa-thumbtack {
    font-size: xx-large;
   transform: rotate(15deg);
    margin-right: 0.5rem;
    color: #245A97;
}
.elenco-discussioni, .risposte, .elenco-categorie {
    /*margin-bottom: 1rem;*/
    border-bottom: 1px solid #2A3C4B;
}
.elenco-discussioni a, .elenco-categorie a{
    font-size: large;
    margin-right: 1rem;
}
#cke_id_testo {
    width: 100%!important;
}
@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) {
    
}