
/* Override alla libreria bootstrap-italia */

body .callout:not(.callout-highlight):not(.callout-more) .callout-title {
    padding-left: 0; 
    top: 0; 
}

body .callout .callout-title {
    position: static;
    padding-left: initial;
    top: auto;
}

body .callout .callout-title:before{
    display: none;
}

body .callout .callout-inner {
    border-top-width: 2px;
    border-top-style: solid;
}


/* STYLES MUTED */
.callout.muted .callout-inner {
    border: 0;
    background: #ededed;
    border-top-width: 2px;
}
