select#selectAnno {
    padding: 10px 15px;
    color: #4584BD;
    border:solid 2px #4584BD;
    font-size: 20px;
    border-radius: 10px;
}
div.newsItem {
    background-color: #D3E2EF;
    padding: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 210px;
}
div.newsData {
    width: 160px;
    height: 180px;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    background-color: white;
    margin-right: 25px;
    padding: 60px 10px 10px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
div.newsData > span.giorno {
    font-size: 50px;
}
div.newsData  > span.mese {
    font-size: 22px;
}
div.newsTesto {
    float: left;
    width: 56%;
}
div.newsTesto > a {
    text-decoration: none;
    color:  #4584BD;
}
img.newsImage {
    width:275px;
    position: relative;
    float: right;
    display: block;
}


@media screen and (min-width: 967px) and (max-width: 1500px) {
    div.newsData {
        width:120px;
    }
    img.newsImage {
        width:180px;
        height: auto;
    }
}

@media screen and (max-width: 966px) {
    div.newsItem {
        height: auto;
    }
    div.newsData {
        width: 160px;
        height: 160px;
        float: none;
        margin: 0 auto;
        padding-top: 50px;
    }
    div.newsTesto {
        float: none;
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }
    img.newsImage {
        width: 220px;
        position: relative;
        float: none;
        margin: 25px auto;
    }
}