/* BUG incompatibilità Porto 7 con LiveArticle widget sui mesi - INIZIO */
.recent-posts .date .mese {
        background: #ccc;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: .9em;
        padding: 0 10px 2px
    }

article.post .post-date .mese {
        background: #ccc;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: .9em;
        padding: 0 10px 2px
    }


.recent-posts .date .mese,
article.post .post-date .mese {
    background-color: #0088cc;
}
/* BUG incompatibilità Porto 7 con LiveArticle widget sui mesi - INIZIO */
