body
{
	font-family: Helvetica,Arial,sans-serif;
	background-color:#2D4758;
	color:white;
	text-align:center;
	margin: 0;
}

.container a
{
	color: #C9B6A5;
	word-break: break-word;
}

.NoDecoration
{
	text-decoration: none;
	color: white !important;
}

.SpaceBetween
{
	margin-top: 60;
	margin-bottom: 60;
}

.container
{
	display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
    width: 80%;
	font-size: 1.5em;
}

.ContentDiv
{
	margin-top: 60;
}

.TextContent
{
	font-size: 0.75em;
	margin-top: 60;
	text-align:left;
}

.RSymbol
{
	font-size: 0.5em;
	vertical-align: super;
	font-family: sans-serif;
}

#VideoContainer
{
	max-width: 560px;
	max-height: 315px;
	margin: 0 auto;
}

#Video {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

#Video iframe, #Video object, #Video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#Footer
{
	margin-top: 20px;
	border-top: 1px solid;
	padding-top: 15px;
}

#AppStoreBadges img
{
	width: 200px;
}

#Legal
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}

#Icon
{
	margin: 60px auto 0 auto;
	max-width: 100%;
    height: auto;
}

#Screenshots
{
	margin-bottom: 50px;
}

.gallery
{
	width: 100%;
	margin: 0 auto;
	padding: 5px;
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
  width: 32%;
}

.gallery > div > a > img {
  float: left;
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

.TextSection > h3
{
	background-color:#637B8B;
	padding: 10px;
}

.TextSection > div
{
	margin-bottom: 10px;
	background-color:#425F71;
	padding: 10px;
}