.panel-heading-fd {
	font-family: Segoe UI, Helvetica, sans-serif;
	background: #202020;
	background: -moz-linear-gradient(top, #222222 0%, #4C4C4C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #4C4C4C));
	background: -webkit-linear-gradient(top, #222222 0%, #4C4C4C 100%);
	background: -o-linear-gradient(top, #222222 0%, #4C4C4C 100%);
	background: -ms-linear-gradient(top, #222222 0%, #4C4C4C 100%);
	background: linear-gradient(to bottom, #222222 0%, #4C4C4C 100%);
	color: #ffffff;
	font-size: 18px;
}

.panel-title-fd {
	font-family: Segoe UI, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
}

.panel-title-small {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	/*color: #d3eced;*/
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	letter-spacing: 1px;
}

.center {
	margin: auto;
	width: 50%;
	padding: 10px;
}

img.center {
	display: block;
	margin: 0 auto;
}

.center2 {
	margin: auto;
	width: 100%;
	padding: 10px;
}