/* questo schema crea 2 colonne in rapporto della sezione aurea fluide */
.cols {
    overflow: hidden;
}
.cols>div {
    float: left;
    overflow: hidden;
}
.two-cols-aurea>div.first{
        width:61%;       
}
.two-cols-aurea>div.first>div{
        width: 100%;
       
}
.two-cols-aurea>div.second{
        width: 38%;
}
.cols>div>div {
        padding: 0 5px;
        margin: 0 5px;
}

.two-cols-half>div {
    width: 49%;
}

p {
    margin-bottom: 7px;
    margin-top:0px;
}

/*************************************/

.two-cols-half .second{
        
}

.cols div.first {
        border-right: solid 1px #ddd;    
}

.hidden {
    display: none !important;
}


.two-cols-sez-aurea>.first {
    width: 411px;
    float: left;
}

.two-cols-sez-aurea>.second {
    width: 273px;
    float: left;
}

.two-cols-sez-aurea>.first {
    width: 411px;
    float: left;
}

.two-cols-sez-aurea>.first>table{
    margin-right: 7px;
}
.two-cols-sez-aurea>.second>table{
    margin-left: 7px;
}