.fb-like-box.fb_iframe_widget {
	margin: 0 auto;
	display: block;
	width: 570px;
}

.btn.white.active {
	border-color: #fff;
	background-color: #404d75;
	color: #fff;
}

.bulletList.extended {
	list-style-type: none;
	padding-left: 18px;
}

.bulletList li {
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 36px;
	list-style-type: none;
}

span.title-sub {
	font-size: 13px;
	opacity: 0.5;
	margin-top: 0;
}

.bulletList a {
	padding: 3px 12px;
	color: #AEB2B3;
	font-family: 'Economica';
	font-size: 19pt;
}

textarea#commentsText {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #fff;
}

p.info.thanks {
	font-size: 28px;
	line-height: 40px;
}