.icon:after {
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
}
.icon-warning:after {
	content: " \f133";
}
body main{
	margin-bottom: auto;
}
body main h1,
body main div p{
	text-shadow: 0 0 10px var(--first-color);
}
body main h1{
	font-weight: normal;
	margin: 0;
}
body main>h1{
	margin-bottom: 20px;
	font-size: 1.6em;
	border: 2px solid var(--second-color);
	padding: 10px;
	text-align: center;
}
body main>h1::before{
	float: left;
	content: "\f120";
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
}
body main div{
	border: 2px solid var(--second-color);
	padding: 20px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(0,120,215,0.2) 25px, rgba(0,120,215,0.2) 50px);
	margin-bottom: 20px;
	overflow: hidden;
}
body main div h1{
	font-size: 2em;
	margin-bottom: 10px;
	text-align: center;
}
body main div p{
	margin: 0;
	text-align: justify;
	color: darkgrey;
}
body main div p:not(:last-of-type){
	margin-bottom: 10px;
}
body main div p.info{
	color: red;
	margin-bottom: 20px;
}
body main div img{
	float: right;
	width: 50%;
	border: 2px solid var(--second-color);
	margin-left: 20px;
}