body main{
	margin-bottom: auto;
}
body main h1,
body main h2,
body main p,
body main a,
body main ul li,
body main td{
	text-shadow: 0 0 10px var(--first-color);
}
body main h1,
body main h2{
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	text-align: justify;
}
body main>h1{
	font-size: 1.6em;
	border: 2px solid var(--second-color);
	padding: 10px;
	text-align: center;
}
body main>h1::before{
	float: left;
	content: "\f147";
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
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;
}
body main>div h2{
	font-size: 1.3em;
}
body main>div p,
body main>div>section div ul{
	margin: 0;
	padding: 0;
	text-align: justify;
	color: darkgrey;
}
body main>div>section div{
  min-width: calc(100% - 445px);
  margin-bottom: 20px;
}
body main>div>section div,
body main>div>section img{
  display: inline-block;
  vertical-align: middle;
}
body main>div>section{
	border: 2px solid var(--second-color);
	background-color: var(--first-color);
	padding: 10px;
}
body main>div>section:not(:last-child){
	margin-bottom: 20px;
}
body main>div>section p:not(:last-child){
	margin-bottom: 20px;
}
body main>div>section div ul li{
	list-style: none;
	margin-left: 20px;
}
body main>div section div ul li:before,
body main>div section p:before{
	content: "- ";
}
body main>div>section div ul li:not(:last-of-type){
	margin-bottom: 10px;
}