#content table {
  margin-top: 10px;
  width: 100%;
}

#content td {
  padding: 5px;
  border: 1px solid #000;
}

#content th.manage {
  text-align: center;
  width: 50px;
}

#content th.date {
  text-align: center;
  width: 140px;
}

#content th.id,
#content th.counter {
  text-align: center;
  width: 50px;
}

#content td.date,
#content td.manage,
#content td.id,
#content td.counter {
  text-align: center;
}

#content td img.icon {
  vertical-align: middle;
}

#content .native {
  position: relative;
}

#content .native h1 a {
  text-decoration: none;
}

div.notes {
  padding-left: 21px;
  color: #404040;
  font-size: 10px;
  font-style: italic;
}

#platform_container {
  display: none;
}

#content .native h3 img {
  vertical-align: sub;
  margin-right: 5px;

}
#content .native h3 {
  border-bottom: 1px solid #0085cf;
}

#content .native p a{
  text-decoration: none;

}

#content .native p img.icon {
vertical-align:text-bottom;
}

#content span.loading {
  display: none;
  margin-left: 10px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}
