/* DEFAULT */
body {
	background:#000; color:#FFF;
}
#wrapper {
	width:96%;
	max-width:900px;
	margin:0 auto;
}
a:hover {
	text-decoration:none;
}
.title-landing {
	font-size: 22px; margin:0; text-align: center;
}
.middlediv {
	display:flex; align-items:center; justify-content: center;
}
.fw {
	font-size: 26px; vertical-align: text-bottom; margin-right: 10px;
}
#contentBox h4 {
	text-align: center; font-size: 18px;
}
#contentBox .detail {
	margin: 0 0 10px 0; text-align: left;
}
#contentBox .detail td {
	padding: 5px;
}
#contentBox .detail td.value {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}