#logoAssociazione {
    width:180px;
    height:180px;
    position:absolute;
    top:0px;
    left:10%;
    z-index:99;
    background-color: white;
    opacity: 0.6;
    padding: 5px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#divDonazione {
    width:400px;
    height:500px;
    background-color: white;
    z-index:99;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    margin:0 auto;
}

#divContent {
    background-color: white;
    opacity: 0.99;
    margin-top: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;    
}
#divContent div {
    width:80%;
    padding:20px 10px 10px 10px;    
    font-size: larger;
    margin:0 auto;
}

#divRisultati {
    text-align: center;
    width: 100% !important;
}
#divRisultati img {
    display:inline-block;
    width:300px;
}

#divDownload {
    padding:8px !important;
    background-color: cornflowerblue;
    color:cornsilk;
    text-align: center;
    width: 50% !important;
    border-radius: 10px;
    margin-bottom:20px !important;
}
#divDownload:hover {
    cursor: pointer;
}

#divFooter {
    width:100%;
    padding:8px;
    text-align: center !important;
}

.contentPosition {
    margin-top: -350px !important;
}
.highlightText {
    background-color: cornflowerblue;
    color: cornsilk;
    border-radius: 10px;
}
.importoTxt {
    color:darkgoldenrod;
    font-weight: bold;
    font-size:x-large;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding:4px;
    margin-top: 10px;
}
.gruppoImg {
    margin-top:15px;
    margin-bottom:15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
}

@media (min-width:979px) {
    #divDonazione {
        position: fixed;
    }
    #divContent {
        margin-left:20px;
    }
    #divRisultati img {
        width:49%;
    }
}

