#corpo {
	min-height: 700px;
}

.bottoneAmministratore {
    display: inline-block;
    margin-top: 8px;
}

.spacer {
	width: 100%;
	height: 15px;
}

.yamme {
	font-family: "exo 2";
	font-size: 14px;
	font-weight: 400;
	color: black;
	margin-left: 10px;
	display: inline-block;
}

.yamme a {
	color: white;
	font-size: 18px;
	font-weight: 600;
}

.contatti {
	float: right;
	color: white;
	font-family: "exo 2";
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}

.contatti a {
	color: white;	
}

.elenco {
	margin-top: 15px;
}

.riferimenti {
	float: left;
	margin-left: 10px;
}

@media (max-width: 357px) {
    .navbar-default .navbar-brand {
        line-height: 25px !important;
    }
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.btn-container{
	display: flex;
	justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
	height: 34px !important;
}

.select2-container .select2-selection--single {
	height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}