

.logo {
        float:                  left;
        width:                  15%;
}

.logo > img {
        width:                  80%;
}

.thumbnail {
        border:                 none;
        border-radius:          4px;
        height:                 60px;
        overflow:               hidden;
        width:                  60px;
}

.top-stripe {
        width:                  100%;
        background-color:       #f38c06;  /* Arancione */
}

.top-stripe-cont {
        width:                  100%;
        max-width:              1000px;
        margin:                 0 auto;
        padding-top:            8px;
}

.welcome {
        float:                  left;
        padding-bottom:         4px;
        width:                  85%;
}

.welcomeThmb {
        float:                  right;
        width:                  7.058823%;
}

.welcomeName {
        float:                  right;
        padding-right:          20px;
        text-align:             right;
        width:                  92.941177%;
}

