﻿/*
  <copyright file="Homepage_Mobile.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

#BOM_dummy {} /* This is to workaround the UTF-8 BOM problem in some browsers */

.ItemList
{
	font-size: 15pt;
	table-layout: fixed;
    margin: 10px 0 20px 25px;    
}

table.ItemList td {
    padding-bottom: 10px;
}

.ItemList .AddInIcon
{
	width: 5.9em;
	vertical-align: middle;
}
.ItemList .AddInLink
{
    padding-left: 10px;
	width: 100%;
}

.ItemList a
{
	text-decoration: none;	
}

.ItemList .AddInName
{
	padding: 1.5em 0;
    font-size: 14pt;
}

.ItemList img
{
	border: none;
	margin: 0;
    height: 80px;
    width: 80px;
}

.ItemList img.no-landing-icon {
    background-color: #003DA5;
}
