h1.titolo_notizia {
    font-size: 1.5em !important;
    text-align: left;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-family: Montserrat-Bold;
    margin-bottom: 5px !important;
    line-height: 26px;
}

h2.sub_titolo_notizia {
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    font-style: italic !important;
    text-align: justify;
    line-height: 20px !important;
    color: #21a258 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 17px !important;
    font-style: normal !important;
    padding-bottom: 25px;
}
h3.autore_notizia {
    display: none;
}

p.pre_notizia {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}


p span.tag {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 3px !important;
    float: right;
}

.content_img_notizia {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}
.content_img_notizia img{
    display: block;
    width: 100%;
}

.docTesto ,
.docTesto * {
    font-family: Montserrat-Regular;
    font-size: 15px;
    line-height: 1.7;
    color: #888888;
    margin: 0px;
}
.docTesto ul,
.docTesto ol, .docTesto li {
    margin: auto;
    list-style-type: inherit;
    padding: 15px;
}

div#form_rating_newspaper {
    float: left;
}
div.dettaglio_notizia > form > a {
    padding: 8px 24px;
    background-color: #da4146;
    color: #fff !important;
    border-radius: 50px;
}

.contenitore-commenti {
    background-color: #f5f5f5;
    padding: 13px;
}

.sharing-notizia {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
}

h3.title-form-comm {
    font-size: 1.5em !important;
    text-align: left;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-family: Montserrat-Bold;
    margin-bottom: 5px !important;
    line-height: 26px;
}

span.input-comm {
    display: block;
    width: 100%;
}


.row-comm label {
    display: block;
    width: 100%;
}

.row-comm label span {
    font-size: 12px;
}
.row-comm label input {
    display: block;
    width: 100%;
    max-width: 450px;
    padding: 7px;
    border: 1px solid #ddd !important;
}

input#verificationCode {
    padding: 5px;
    border: 1px solid #ddd !important;
}

textarea#commento {
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
}


.button-comm {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 25px 0px;
}
input#invio2 {
    background: #fc3c3c;
    color: #fff;
    cursor: pointer;
    padding: 11px 35px !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    float: none;
    border-radius: 23px;
}

input#invio2:hover {
    background: #21a258 !important;
    border-color: #21a258;
    color: #fff;
}

.singolo-commento {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
}


h3.autore-commento span:nth-child(1):before {
    content: url(../../../images/icons/icon-header-01.png);
    position: relative;
    top: 4px;
}

h3.autore-commento {
    color: #fc3c3c;
    font-weight: bold;
    font-size: 16px;
}



h2.titolo-commento {
    font-size: 1.2em !important;
    text-align: left;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-family: Montserrat-Bold;
    margin-bottom: 0px !important;
}

p.testo-commento-utente {
    margin-top: 8px;
}


