h5 {
	font-weight: bold;
}

a {
	color: #6A5ACD; /* slateblue */
}

#introduction ul {
	font-size: 18px;
}

#betterlink-site-nav .active > a, #betterlink-site-nav .active > a:hover, #betterlink-site-nav .active > a:focus {
	background-color: #00008B; /* darkblue */
	color: white;
}

.navbar-nav > li > .dropdown-menu { /* only display on desktop size; allow mobile media query to override */
	background-color: #f5f5f5;
}

nav.navbar {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
}

/* Styles influenced by Bootswatch 'Readable' */
#information-page {
	background-color: #f9f9f9;
	font-size: 16px;
}

hr {
	border-top: 1px solid #d8d8d8;
}

h3 {
	font-size: 26px;
}

.navbar {
	font-size: 16px;
}

.navbar-brand {
	font-size: 20px;
}
/* Styles influenced by Bootswatch 'Readable' */

.img-responsive.img-center {
	margin: 0 auto;
}

#demo-unit {
	background-color: #687888;
	padding: 20px 0;
}

#demo-explanation {
	margin-left: 20px;
	color: white;
}

	#demo-explanation > h2 {
		font-size: 24px;
	}

#call-to-action-row {
	text-align: center;
}

.call-to-action {
	padding: 10px 8px 15px 8px;
	margin-bottom: 20px;
	background-color: #D6D6D6;
}

	.call-to-action > h2 {
		font-size: 24px;
		margin-top: 5px;
	}

	.call-to-action > .btn-primary {
		color: #ffffff;
		background-color: #f0ad4e;
		border-color: #eea236;
	}

	.call-to-action > .btn-primary:hover,
	.call-to-action > .btn-primary:focus,
	.call-to-action > .btn-primary:active {
		color: #ffffff;
		background-color: #ed9c28;
		border-color: #d58512;
	}

	.call-to-action > .btn-secondary {
		color: #ffffff;
		background-color: #d9534f;
		border-color: #d43f3a;
	}

	.call-to-action > .btn-secondary:hover,
	.call-to-action > .btn-secondary:focus,
	.call-to-action > .btn-secondary:active {
		color: #ffffff;
		background-color: #d2322d;
		border-color: #ac2925;
	}

.feature-assurance {
	list-style-type: none;
	font-size: 13px;
	padding: 0;
	margin-top: 10px;
}

	.feature-assurance > li {
		display: inline-block;
	}

	.feature-assurance li + li:before {
		content: " ";
	    padding: 0 5px;
	}

	.feature-assurance > li > .glyphicon {
		color: #9ACD32; /* yellowgreen */
		padding-right: 2px;
	}

.btn-wrap { /* override bootstrap's .btn class */
	white-space: normal;
}

.code-header {
	float: left;
	background: #767676;
	color: white;
	width: 100%;
	padding: 2px 2px 2px 10px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #888;
}

.content-tbd {
	display: none !important;
}

#intro-bullets {
	font-size: 20px;
}

.info-bar {
	margin: 5px 0px;
}

/* 'info-list' of FAQ links */

.info-list {
	list-style-type: none;
	color: white;
	font-size: 11px;
	padding: 0;
}

	.info-list > li {
		display: inline;
	}

	.info-list li + li:before{
	    content: " | ";
	    padding: 0 10px;
	}

	.info-list > li > a {
		color: white;
	}

	.info-list > li > a:hover {
		color: yellow;
	}

	/* styles for selected tab links */
	.info-list .active > a:hover, .info-list .active > a:focus {
		color: white;
		text-decoration: none;
		cursor: default;
	}

	.info-list .active > a:before {
		content: '\2022';
		padding-right: 2px;
	}

/* ********************************** */
/* 'info-box' containing answers to FAQs */

.info-box {
	border: 1px solid #888;
	border-radius: 0 0 4px 4px;
	min-height: 240px;
	height: inherit;
	overflow: hidden;
	padding: 0px 10px 5px 10px;
	margin-bottom: 0;
	background-color: #f5f5f5;
}

.info-box p {
	color: black;
}

	.info-item > h2, .info-item > p, .info-item > ol {
		margin-bottom: 8px
	}

	.info-item > h2 {
		font-size: 18px;
		margin-top: 10px;
	}

	.info-item > h3 {
		font-size: 18px;
		padding: 0px 0px 0px 15px;
	}

	.info-item > p {
		padding: 0px 0px 0px 15px;
	}

	.info-item > .small-script {
		margin-left: 15px;
		margin-bottom: 10px;
	}

	.info-item > .code-demo, .info-item > .code-demo {
		border: 0;
		padding: 0;
	}

	.info-item .well-sm {
		margin: 0 15px 7px 15px;
	}

/* ********************************** */

.message-block {
	background-color: #FAFAD2; /* lightgoldenrodyellow */
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.message-block code {
	background-color: #FAFAD2;
}

.code-callout:hover {
	background: yellow;
}

.spacer {
	margin: 25px 0px;
}

.super-spacer {
	margin: 75px 0px;
}

/* reset for bootstrap prettyprint */
.prettyprint {
	margin-bottom: 0px;
}

/* ********************************** */
/* Setup CSS */
#setup-next-step-button {
	margin-top: 15px;
}

#payment-appeal {
	padding: 2px 20px 10px 20px;
}

#payment-buttons {
	margin: 15px 0;
}

	#payment-buttons > li {
		display: inline-block;
	}

	#payment-buttons li + li:before {
		content: " ";
	    padding: 0 20px;
	}

#payment-guidance {
	font-weight: normal;
	color: #777;
	font-size: 10px;
}

/* ********************************** */
/* Documentation CSS */
.demo-link {
	font-weight: bold;
	color: #00008B; /* darkblue */
}

.documentation-index {
	margin-top: 20px;
	margin-bottom: 0;
}

	.documentation-index > ul > .active {
		color: #999;
	}

.detailed-description {
	padding-left: 20px;
}

pre.detailed-description {
	margin-left: 20px;
}

/* ********************************** */
/* Posts CSS */
.posting-time {
	display: inline-block;
}

.thumbnail.with-caption {
	display: inline-block;
	background: #f5f5f5;
	margin-bottom: 20px;
}
	.thumbnail.with-caption p {
		margin: 0;
		padding-top: 0.5em;
	}
	.thumbnail.with-caption small:before {
		content: '\2014 \00A0';
	}
	.thumbnail.with-caption small {
		width: 100%;
		text-align: right;
		display: inline-block;
		color: #999;
	}
	.thumbnail.with-caption small>a, .thumbnail.with-caption small>a:hover {
		color: #999;
	}

#promotion-banner {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
	#promotion-banner-links {
		line-height: 1.7;
	}
	.promotion-banner-install-div {
		display: block;
		vertical-align: top;
	}
	.promotion-banner-link {
		font-style: initial;
		font-size: inherit;
		display: block;
		margin-left: 9%;
		margin-right: 9%;
	}
	@media (min-width: 768px) {
		.promotion-banner-install-div {
			display: inline-block;
		}
		.promotion-banner-link {
			display: inline-block;
			margin-left: inherit;
			margin-right: inherit;
		}
	}

.feature-info {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
	.feature-info > .glyphicon-ok {
		color: #9ACD32;
		margin-right: 2px;
	}
