body main{
	margin-bottom: auto;
}
body main h1,
body main table tbody tr td,
body main table tbody tr td a{
	text-shadow: 0 0 10px var(--first-color);
}
body main h1{
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}
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: "\f13f";
	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);
	margin-bottom: 20px;
	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);
}
body main>div>div{
	display: table;
	border: 2px solid var(--second-color);
	border-collapse: collapse;
	margin: 0 auto;
}
body main>div>div a{
	display: table-row;
	background-color: var(--first-color);
	transition: background-color 0.5s, text-shadow 0.5s;
}
body main div div a div{
	display: table-cell;
}
body main div div a:hover{
	text-shadow: 0 0 10px white;
	background-color: rgb(48,48,48);
}
body main>div>div a:not(:last-of-type){
	border-bottom: 1px dashed var(--second-color);
}
body main div div a div{
	padding: 10px 0;
	vertical-align: middle;
	white-space: nowrap;
}
body main div div a div:first-of-type{
	padding-left: 10px;
}
body main div div a div:first-of-type:before{
	content: "\f10e  ";
	color: lime;
	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 div a div:first-of-type:after{
	content: " -";
}
body main div div a div:not(:first-of-type){
	padding-left: 3px;
}
body main div div a div:nth-of-type(2):after{
	content : " :";
}
body main div div a div:last-of-type{
	padding-right: 10px;
}