@charset "utf-8";
body
{
	background-color:#09F;
}
div#contenuti
{
	margin:10%;
	width:80%;
	border-style:groove;
	border-width:thin;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#FFF;
}
.incipit {
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
	div#contenuti {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.incipit {
		max-width: 90%;
	}
}

div#counter
{
	margin-left:40%;
	margin-right:40%;
	width:20%;	
}


/* Some bootstrap things  /*
/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f1e7bc;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #d0e3f0;
}
/* finish */
.bs-callout-success {
background-color: #dff0d8;
border-color: #d6e9c6;
}
