html *{
	margin:0;
}

body, body button {
	font-variant:small-caps;
}

body, html { width: 100%; height: 100%; }

h1, h2, h3, h4, h5 {
	color:#428bca;
}

a {
	color:#428bca;
}
.contenitore {
	width:100%;
	height:auto;
	padding:10px;
} 

.contenitore-corpo {
	width:100%;
	height:auto;
	margin-top:1%;
	margin-bottom:1%;
}

.div-popup {
	position: fixed;
	left: 30%;
	top:15%;
	width: 40%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	z-index: 99999;
}

.bordered {
	border: 1px #ccc solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom:10px:
}

.btn-rel {
	border: 2px #dddddd solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	color: #1d4886;
	width: 250px;
	height: 250px;
	margin: 10px;
}

.selected-rel {
	background-color:#f00;
}

@media only screen and (max-width: 1000px) {	
	.contenitore-corpo {
		margin-top:5%;
		margin-bottom:5%;
	}

	.mobile-hidden {
		display: none;
	}	
	
	.div-popup {
		width: 80%;
		left: 10%;
	}
}