

/* Platform specific styles */
a.platform_contents
{
	color: white;
	text-decoration: none;
}

h3.platformName
{
	font-size: 250%;
	font-weight: bold;
	color: white;
	display: block;
	text-align: center;
}

h3.platformTagline
{
	font-size: 150%;
	color: white;
	display: block;
	text-align: center;
}

.contents
{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 110%;
	color: white;
}

ul.contents a {
	color: white !important;
}

a {
    color: #c32a1b;
    text-decoration: none;
}

.drawer .scrollable
{
	top: 30px;
}

.drawer {
	position: relative !important;
}

div.card
{
	width: 100%;
	height: 33%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

h3.productName
{
	font-size: 150%;
	color: #000;
	display: block;
	text-align: center;
}

img.card
{
	display: block;
	margin: 0 auto;
}

.card ul
{
	margin-left: 50px;
}

.columnWrapper {
    float: left;
    width: 100%;
}

.column1 {
    float: left;
    width: 45%;
}
.column2 {
    float: right;
    width: 45%;
}

/* This rule is only for the main landing page. Shouldn't display the side
navigation  menu unless the screen is narrow */
@media only screen and (min-width: 960px)
{
	.drawer, .drawer .scrollable
	{
		display:none;
	}
}

/* Stack column1 and column2 vertically if it's a phone */
@media only screen and (max-width:480px) {
  .columnWrapper, .column1, .column2 {
    float: none;
    width: auto;
  }
  .column1, .column2 {
    margin-top: 25px;
    padding-top: 10px;
  }
}
