.tabcontrol_tabs ul li {
	list-style: none;
	float: left;
	padding: 12px;
	cursor: pointer;
	background: lightgrey;
	font-weight: bold;
}
.tabcontrol_tabs ul {
	margin-left: -35px;
}
.tabcontrol_tabs .selected {
	background: #1e6780;
	color: white;
}
.fb-page {
	margin-top: 15px;
	margin-left: 5px;
}