/* 
 * Copyright (c) 2010 - 2014 Binary Space Pty Ltd
 * Author: Saxon Druce 
 */

/* Additional styles for the ZOS for Android promotion page. */

/* The div containing the language links. */
#language-links
{
	text-align: center;
}

/* The a links within the language links div. */
#language-links > a
{
	cursor: pointer;
}

/* Embedded video. */
.video-wrapper
{
	text-align: center;
}

/* Div containing screenshot images. */
.image-wrapper
{
	text-align: center;
}

/* Links containing screenshot thumbnail images. */
.screenshot-thumbnail
{
	margin-left: 5px;
	margin:right: 5px;
}

/* The horizontal rule between update options. */
.horizontal-rule
{
	height: 0px; 
	border-top: 1px dashed #404040; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	padding: 0px;
}

/* Boxes containing the page's text content. */
.text-box
{
	margin-left: 100px;
	margin-right: 100px;
}

/* Press quotes. */
.quotes
{
	font-style: italic;
}

/* 
 * The region at the bottom which contains the social controls on the right,
 * and the prompt on the left. 
 */
.zos-social-container
{
	margin-top: 5px;
}
