/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
body.v2 {
	font-size:16px;
	line-height:30px;
	padding-top:0;
}
body.v2 .container		{padding:30px;}
body.v2 .row 			{margin:0;}
body.v2 li 				{line-height:26px;}
body.v2 p 				{margin-bottom:20px;}
body.v2 img 			{border:1px solid #333;}
body.v2 img.no-border 	{border:none;}
body.v2 h1				{text-align:center;margin-bottom:40px;}
body.v2 h3 				{margin-bottom:25px;}
body.v2 hr 				{border-color:#ccc;margin:40px 0;}

video {
	width:100%;
	height:auto;
}