#ctl00_Body_BoxConsigli5UC_container, #ctl00_Body_BoxConsigli6UC_container {
        height: auto !important;
    }

.amount {
    top: 10px !important;
    padding: 7px 12px !important;
}

/* .bb-item .caption {
    top: 9px !important;
    font-size: 11px !important;
} */

@media (min-width: 1201px) {
    
    .button-amount {
        font-size: 14px !important;
    }

    #details-desc-right table {
      font-size: 12px !important;
    }

    #details-desc-right table td.standard-cell {
        padding: 8px 4px !important;
    }

}

@media (min-width: 992px){
	.topsearch .searcher .col.c4 {
	  width: 30.7% !important;
	}
	.topsearch .searcher {
	  width: 894px !important;
	}
	#header .searcher button.button.red {
		width: 100%;
	}
	.topsearch .searcher .col.c1 {
	  width: 18.3% !important;
	}
	.topsearch .searcher .col.c4 {
	  width: 27.7% !important;
	}
	#search-result .searcher button {
		font-size: 11px !important;
	}
    #srcForm1 .col.c4 {
        width: 19.5% !important;
    }
	#srcForm1 .col.c2{
		width: 18.1% !important;
	}
	#srcForm1 .col.c3{
		width: 18% !important;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {
    
    .nav > li > a {
        padding: 10px 9px !important;
    }

    .button-amount {
        font-size: 12px !important;
    }

    .col-xs-7.col-md-7.padding-left-none.padding-right-none {
      width: 57% !important;
    }

   	.amount {
        top: 0 !important;
        padding: 7px 12px !important;
	}

    .bb-item .caption {
        font-size: 11px !important;
    }

}

/* Tablet Portrait */
@media (max-width: 767px) and (min-width: 481px) {

    .col-xs-7.col-md-7.padding-left-none.padding-right-none {
      width: 79% !important;
    }

}

@media (max-width: 545px) and (min-width: 460px) {

    .col-xs-7.col-md-7.padding-left-none.padding-right-none {
      width: 70% !important;
    }

}

/* Phone */
@media (max-width: 480px) {

    #details-desc-right table {
      font-size: 10px !important;
    }

    .button-amount {
        font-size: 13px !important;
    }

    .col-xs-7.col-md-7.padding-left-none.padding-right-none {
      width: 64% !important;
    }
    #details-desc-left ul.nav.nav-tabs {
        font-size: 12px !important;
    }

}