/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding: 20px;
  background: #bbb;
  margin-bottom: 20px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  margin-top: 30px;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
.container {
  max-width: 850px;
}
.container-narrow > hr {
  margin: 30px 0;
}

#logo {
	color: #337AB7;
	text-transform: uppercase;
	font-family: Lucida, Georgia, serif;
	font-weight: 400;
}
#logo i {
	color: #b75759;
	padding: 0 5px;
	font-weight: 100;
}
#logo span {
	color: #fff;
	font-family: Helvetica, ​Arial, ​sans-serif;
	font-weight: 100;
	padding-left: 5px;
}
#copyright {
	font-size: 12px;
	text-align: center;
}
#disclaimer {
	font-size: 10px;
	text-align: justify;
}
.panel-body {
    padding: 0 20px 10px 20px;
}
.panel-body h4 {
    font-size: 26px;
	line-height: 45px;
}
.panel-body h5 {
    color: #337AB7;
	line-height: 24px;
}
.panel-body h6 {
    color: #337AB7;
	line-height: 24px;
}
.panel-body p {
    line-height: 20px;
}
#strapline {
	color: #b75759;
	font-size: 16px;
}