.navfix {
	margin-top: -20px;
}

.section-title h3 {
	color: #3A3A3A;
	font-weight: bold;
}

.section-title p {
	margin-top: -10px;
	font-style: italic;
}

.well-kb {
	background-color: #fff;
	font-size: 12px;
    text-align: center;
    padding: 40px;
	margin-bottom:10px;
}

.well-kb .table {
	border: none;
}

.well-kb .table > thead > tr > th {
	background: none;
	border: none;
	border-bottom: 2px solid #efefef;
}

.well-kb .table > tbody > tr > td {
	border: none;
	padding: 8px 4px 4px 4px;
}

.categories div {
    margin-bottom: 5px;
}

.categories a {
    font-size: 14px;
    font-weight: bold;
}

.breadcrumbs {
	margin-top: -13px;
}

.breadcrumb {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom:10px;
}

.article {
	margin-top: 20px;
}

.rate {
	margin-top: 25px;
	background-color: #fff;
	padding: 8px 15px;
	font-size: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rate p {
	margin: 0;
}

.rate a {
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 4px;
}

.rate a.green {
	color: #5cb85c;
}

.rate a.green:hover {
	color: #449d44;
}

.rate a.red {
	color: #d9534f;
}

.rate a.red:hover {
	color: #c9302c;
}

.rate p.voted { font-size:14px;}

.breadcrumbs .breadcrumb>li+li.last:before {
	content: "";
}

div.pagination { margin-top:20px;}
