/* Add here all your CSS customizations */

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
	color: #1b809e;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
	color: #aa6708;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
	color: #ce4844;
}

.pagination em, .pagination a {
	padding-left: 0.6em;
}

#footer {
	padding: 0;
	border-top: 0px solid #000;
}

figure {
	margin-bottom: 20px;
}

html .panel-group.panel-group-primary .panel-heading,
html .panel-group.panel-group-secondary .panel-heading,
html .panel-group.panel-group-tertiary .panel-heading,
html .panel-group.panel-group-quaternary .panel-heading
{
	color: #ffffff;
	padding: 10px 15px;
}

html .panel-group.panel-group-primary .panel-heading p,
html .panel-group.panel-group-secondary .panel-heading p,
html .panel-group.panel-group-tertiary .panel-heading p,
html .panel-group.panel-group-quaternary .panel-heading p
{
	color: #ccc;
}

html .panel-group .panel-body > p:last-child {
	margin-bottom: 0;
}

.social-icons li:hover.social-icons-github a {
	background: #444;
}

article.post .post-content h1:first-child {
	margin-bottom: 3px;
}

.blog-posts article.post .post-content h1:first-child {
	margin-bottom: 3px;
}


.social-icons li:hover.social-icons-stack-overflow a {
	background: #f48036;
}

.table-trail {
	width: auto;
}

.table-trail>tbody>tr>td, .table-trail>tbody>tr>td, .table-trail>tfoot>tr>td {
	border: 0 none;
}

.table-trail>tbody>tr>td:first-of-type, .table-trail>tbody>tr>td:first-of-type, .table-trail>tfoot>tr>td:first-of-type {
	text-align: right;
}

.table-trail>tbody>tr>td, .table-trail>tbody>tr>th, .table-trail>tfoot>tr>td,
.table-trail>tfoot>tr>th, .table-trail>thead>tr>td, .table-trail>thead>tr>th {
	padding-top: 0;
	padding-bottom: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul + h3 {
	margin-top: 42px;
}

h2.no_toc + ul {
	margin-top: -28px;
}

div.trail-runs h4 {
	padding-top: 90px;
	margin-top: -90px;
}
