div.headerbox {
	text-align: center;
}
#menu-stemmi li {
	padding: .5vh .4em;
}
.stemma-img {
	height: 4.6vh;
}
.stemmi-campionato-menu {
	z-index: 0;
	position: initial!important;
}

#data-table-user-list_length {
    display: none;
}

.sottotitolo-risultati {
    color: darkblue;
    font-size: 1.2em;  
    margin-left: 2%;
}
.stemmi-squadre {
    border: none;
}
.nome-campionato {
	position: relative;
	padding: 2pt 0!important;
	margin-right: 30pt!important; 
	width: 6%;
	text-align: center;
	background: rgba(25, 118, 210, .3);
	color: #666;
    font-size: 13pt;
    margin-left: 0.5%!important;
}
.serie-campionato {
	font-size: 10pt;
}
.nome-campionato:after {
    content: "";
    position: absolute;
    right: -23pt;
    top: 0;
    border-top: 23pt solid transparent;
    border-bottom: 23pt solid transparent;
    border-left: 23pt solid rgba(25, 118, 210, .3); 
}
.logo-home {
    margin: 5% 0 0 25%; 
    width: 600px; 
    heigth: 400px;
}

.top-footer {
    margin-bottom: 0!important;
}

.content-info {
    margin-bottom: 5%;
}

.logo-acsi-cuneo {
    width: 50%;
    float: right;
    margin-top: 3%;
}

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

.portfolioFilter.no-bg {
    display: block!important;
}

.column-sponsor {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row-sponsor::after {
    content: "";
    clear: both;
    display: table;
  }

@media (min-width: 576px) {
    .col-sm-6 {
        max-width: 29%!important;
    }    
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .logo-acsi-cuneo {
        margin-top: 5%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.3em 0.7em!important;
    }
    .sottotitolo-risultati {
        margin-left: 19.5%;
        font-size: 1.05em; 
    }

    .logo-home {
        margin: 5% 0 0 25%; 
        width: 600px; 
        heigth: 400px;
    }

    .logo-acsi-cuneo img, .logo img {
        transform: scale(1.8);
        margin-left: 50%;
    }
    .logo-acsi-cuneo a {
        margin-left: 75%;
    }
}
