.pa_custom_tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 9px 15px 0 0;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.pa_custom_tabs a {
    background: #e4e4e4;
    border: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.5em;
    padding: 5px 10px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}

.pa_custom_tabs a:hover,
.pa_custom_tabs a:active,
.pa_custom_tabs a.btn_links_active {
	background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}

#pa_related_posts ul {
	margin-left: 20px;
}

#pa_related_posts ul li {
	list-style: circle;
	padding: 5px 0 0 5px;
}

#pa_related_posts h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 25px 0 5px;
}
