div.divMs{
    background-color: #f9f9f9;
    padding: 10px !important;
    padding-top: 7px;
}
.btn-ms {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
div.intestazione {
    font-size: 15px !important;
}
div.div-immagine-preview{
    float:left;
    width: 85%
}
div.div-img-preview{
    width: 15%
}
div.normale {
    text-align: left
}
.panel {
    margin-bottom: 10px !important
}
div.norImmagine {
    font-weight: 300
}
div.norImmagine b{
    font-weight: 500
}
@media screen and (max-width: 500px) {
    div.div-immagine-preview{
        width: 100%;
    }
    div.div-img-preview{
        width: 100%;
        margin-bottom:10px
    }
}


@media screen and (max-width: 759px) {
    .normale {
        text-align: left
    }
}
