/* HealthGraph CSS */

.runkeeper .healthGraph #leftColumn {
   width: 210px;
   margin-right: 40px;
}

.runkeeper .healthGraph p {
   color: #111;
   line-height: 150%;
   padding: 0 3px;
   font-size: 12px;
   margin: 15px 0;
}

.runkeeper .healthGraph p.title {
   color: #000;
   line-height: 150%;
   font-size: 16px;
   font-weight: bold;
}

.runkeeper .healthGraph p.question {
   color: #000;
   line-height: 150%;
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 14px;
}

.runkeeper .healthGraph p.answer {
   margin: 5px 0 20px;
}

.runkeeper .healthGraph h1 {
   border-bottom: 3px solid #CCC;
}

.runkeeper .healthGraph h2 {
   border-bottom: 1px solid #DDD;
   padding-bottom: 4px;
   margin: 50px 0 15px;
   font-size: 16px;
   padding-left: 3px;
}

.runkeeper .healthGraph h3 {
   border-bottom: none;
   margin: 30px 0 4px;
   font-size: 14px;
   padding-left: 3px;
}

.runkeeper .healthGraph ul {
   padding-left: 35px;
   list-style: disc;
   font-weight: bold;
   margin-top: 12px;
}

.runkeeper .healthGraph ol {
   padding-left: 35px;
   margin-top: 12px;
   list-style: decimal;
   font-weight: bold;
}

.runkeeper .healthGraph ul li,
.runkeeper .healthGraph ol li {
   color: #111;
   line-height: 150%;
   margin: 5px 0;
   font-weight: normal;
}

.runkeeper .healthGraph ul li strong,
.runkeeper .healthGraph ol li strong {
   font-weight: bold;
}

.runkeeper .healthGraph p span {
   color: #000;
   font-weight: bold;
}

.runkeeper #healthgraphTOC {
   width: 210px;
   font-size: 12px;
}

.runkeeper #healthgraphTOC a {
   width: 200px;
   padding: 5px;
   display: block;
}

.runkeeper #healthgraphTOC a:hover {
   background: #EEE;
}

.runkeeper #healthgraphTOC a:active {
   background: #CCC;
}

.runkeeper #healthgraphTOC .divider {
   height: 0;
   border-bottom: 1px solid #E5E5E5;
   margin: 3px 0;
}

.runkeeper #healthgraphTOC h4 {
   background: #DDD;
   padding: 5px 3px;
   margin: 30px 0 5px;
   font-weight: bold;
}

.runkeeper .healthGraph #mainColumn img {
   display: block;
   align: center;
   margin: 40px auto;
}

.runkeeper .healthGraph #mainColumn table {
	width: 720px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 30px;
}

.runkeeper .healthGraph #mainColumn th {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #666;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 8px 5px;
	font-size: 14px;
}

.runkeeper .healthGraph #mainColumn th h2 {
	padding: 0;
	margin: 0;
	border-bottom: none;
	color: #FFF;
}

.runkeeper .healthGraph #mainColumn td { 
	text-align: left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 8px;
	line-height: 150%;
	color: #111;
}

.runkeeper .healthGraph #mainColumn td.center { 
	text-align: center;
	font-weight: bold;
}

.runkeeper .healthGraph #mainColumn td img { 
	margin: 0;
}

.runkeeper .healthGraph #mainColumn table.appIdeas { 
	border: none;
}

.runkeeper .healthGraph #mainColumn table.appIdeas td { 
	border: none;
}

.runkeeper .healthGraph #mainColumn table.healthGraphDataPoints td { 
	padding: 10px 10px 20px 10px;
}

.runkeeper .healthGraph #mainColumn table.appIdeas td p { 
	padding: 0 24px 0 7px;
}

.runkeeper .healthGraph span.code {
	font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
	font-weight: normal;
	color: #333;
	line-height: 150%;
}

.runkeeper .healthGraph div.footnote {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 0 3px;
}

.runkeeper .healthGraphRoot h1 {
   color: #000;
   font-size: 32px;
   font-weight: bold;
   background: none;
   border-bottom: none;
   line-height: 130%;
}

.runkeeper .healthGraphRoot img {
   float: left;
   display: block;
   margin-right: 30px;
   width: 720px;
}

.runkeeper .healthGraphRoot .mainContent {
   width: 220px;
   text-align: left;
   float: left;
}

.runkeeper .healthGraphRoot .mainContent p {
   font-size: 14px;
   line-height: 150%;
}

.runkeeper .healthGraphRoot .mainContent .blueButton-large {
   margin-top: 30px;
   margin-bottom: 30px;
}

.runkeeper #header.healthGraph .backButton {
   position: absolute;
   top: 18px;
   right: 10px;
   font-size: 16px;
   color: #DDD;
}

.runkeeper #header.healthGraph .backButton:hover {
   color: #FFF;
}

.runkeeper #header.healthGraph .backButton:active {
   color: #999;
}

.runkeeper .healthGraph #siteLogo {
   top: 6px;
}

.runkeeper #socialize {
   clear: both;
}
.runkeeper #socialize .googlePlusOne {
   width: 50px;
   float: left;
   margin-right: 10px;
}
.runkeeper #socialize .facebookLike {
   width: 50px;
   float: left;
   margin-right: 10px;
}

.runkeeper img.healthGraphLogo {
   position: relative;
   top: -5px;
   left: 5px;
}

.runkeeper .healthGraph #mainColumn .plugin {
   margin: 0;
}

.runkeeper .healthGraph #mainColumn .plugin .snapshot {
   float: left;
   width: 100px;
   height: 100px;
}

.runkeeper .healthGraph #mainColumn .plugin .snapshot img {
   margin: 0;
}

.runkeeper .healthGraph #mainColumn .plugin .header {
   font-size: 18px;
   margin: 40px 0 0 140px;
   font-weight: bold;
   padding-top: 20px;
}

.runkeeper .healthGraph #mainColumn .plugin .body {
   margin: 5px 0 5px 140px;
   padding: 0;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form {
   background-color: #EEEEEE;
   padding: 10px;
   width: 400px;
   float: left;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form div.checker {
   position: relative;
   top: 5px;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form fieldset {
   width: 400px;
   height: 36px;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form fieldset label {
   font-size: 14px;
   font-weight: bold;
   float: left;
   text-align: right;
   width: 40%;
   padding: 5px;
   margin: 3px 6px 0 0;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form fieldset input {
   padding: 5px;
   width: 180px;
   margin-bottom: 10px;
}

.runkeeper .healthGraph #mainColumn .plugin-code-form fieldset .jPicker {
   position: relative;
   top: -5px;
   left: 4px;
}

.runkeeper #get-code-button {
   margin: 10px 114px 0 0;
}

.runkeeper #get-code-button .mainText {
   top: 4px;
}

.runkeeper .healthGraph #plugin-preview.fitnessFeed {
   margin: 30px auto;
}

.runkeeper .healthGraph #plugin-preview.healthyButton {
   margin: 60px 0 0 520px;
}

.runkeeper .healthGraph #plugin-code #code {
   font: 12px monospace;
}

.runkeeper .healthGraph #plugin-code-lightbox-trigger {
   display: none;
}
.runkeeper .healthGraph #mainColumn .icon img {
   margin: 0px;
}

.runkeeper .healthGraph .hbHeaderExamples h3
{
   font-size:10;
   font-weight:bold;
}
.runkeeper .healthGraph .hbHeaderExamples h3 ul li
{
   font-size:10;
   font-weight:normal;
}

.runkeeper .healthGraph #mainColumn img.whatsThis {
   margin: 0px;
   float: right;
   width: 20px;
   height: 20px;
   position: relative;
   top: 4px;
}
