div.my-index-welcome
{
  font-size: 21px;
}

a.my-index-link-cell, a.index-link-cell
{
  position: relative;
  display: block;
  width: 250px;
  
  margin: 0.5em 0;
  margin-left: auto;
  margin-right: auto;
  
  height: 37px;
  
  color: #595959;
  border: 1px solid #1b9edc;
  border-right: none;
}

a.index-link-cell-green
{
  border: 1px solid #389e38;
  border-right: none;
}

a.my-index-link-cell:hover, a.index-link-cell:hover
{
  text-decoration: none;
}

a.my-index-link-cell div.title, a.index-link-cell div.title
{
  margin-right: 50px;
  
  text-align: right;  
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  font-size: 17px;
}

a.index-link-cell div.title
{
  font-size: 14px;
  line-height: 18px;
}

a.index-link-cell div.title-double-height
{
  line-height: 37px;
}


a.index-link-cell span.title
{
  display: block;
}

a.my-index-link-cell span.title, a.index-link-cell span.title
{
  margin-right: 50px;
  
  text-align: right;  
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  font-size: 17px;
}

a.index-link-cell span.title
{
  font-size: 14px;
  line-height: 18px;
}

a.index-link-cell span.title-double-height
{
  line-height: 37px;
}

a.my-index-link-cell div.desc, a.index-link-cell div.desc
{
  margin-right: 50px;
  
  text-align: right;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  font-size: 11px;
}

a.my-index-link-cell img, a.index-link-cell img
{
  position: absolute;
  top: -1px;
  right: -10px;
}

div.my-index-tools-list-item
{
  margin: 0.7em 0;
  clear: both;
}

div.my-index-tools-list-item img
{
  float: left;
  margin-bottom: 0.7em;
}

div.my-index-tools-list-item div.desc
{
  margin-left: 30px;
  
  line-height: 24px;
}

div.my-index-tools-list-item div.desc p
{
  line-height: 1.2em;
}

div.my-index-tools-manage-item
{
  margin-right: 60px;
  text-align: right;
  
  cursor: pointer;
}

div.my-index-tools-manage-item div.title
{
  margin-top: 0.3em;
  font-size: 17px;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
}

div.my-index-tools-manage-item:hover a.link
{
  text-decoration: underline;
}

div.my-index-emails-item
{
  position: relative;
  
  margin: 0.4em 0;
  padding: 0.2em 1em;
  
  border-top: 1px solid #c6e7f6;
}

div.my-index-emails-item div.title
{
  font-size: 17px;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  margin-bottom: 0.1em;
}

div.my-index-emails-item div.desc
{
  margin-right: 12em; /* avoid the absolute-positioned link */
}

div.my-index-emails-item a
{
  position: absolute;
  right: 1em;
  bottom: 0.2em;
}