/*-----------------------------
general
-----------------------------*/
body{
	margin:0;
	background-color:#343a40;
	color:#DDDDDD;
}
main{
	margin-top:60px;
	margin-bottom:60px;
}
.rss{
	font-size:4em;
	position:relative;
	text-align:center;
}
video{
	width:100%;
	height:100%;
}
pre{
	color:white;
}
#alert_header{
	color:red;
	display:none;
	position:fixed;
	z-index:100;
	height:60px;
	width:99.8%;
	left:0.1%;
	background-color:rgba(255, 204, 102,1);
	border:red 1px solid;
}
#alert_text{
	line-height:55px;
	padding-left:6px;
	float:left;
	display:inline-table;
}
#alert_chiudi{
	display:inline-table;
	font-size:bold;
	width:60px;
	line-height:55px;
	float:right;
	padding-left:30px;
	cursor:pointer;
}