#tabs .navigation {
	padding: 0;
	list-style: none;
	text-align: center;
}
#tabs .navigation a h2 {
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	margin: 0;
}
#tabs .navigation a {
	text-decoration: none !important;
	color: #fff !important;
	background: #7B309B;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	display: table;
}
#tabs .navigation li {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
}
#tabs .navigation .ui-tabs-active a,
#tabs .navigation .ui-state-hover a {
	background: #333;
}
.astrograme img {
	margin: 0 auto;
	display: table;
	height: 300px;
	padding: 50px 0;
}
.astrograme .col-md-8 {
	position: relative;
	display: block;
	height: 300px;
}
.astrograme .col-md-8 p {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 15px;
	transform: translateY(-50%);
}
