/* Style Sheet for FLstat v1.2 */

/* table rows */
TR {
  background-color: #300506;
}

/* the very last table row  */
TR.footer {
  background-color: #150506;
}

/* characters that have been recently active */
TR.active {
  background-color: #500506;
}

/* characters that have been detect as cheaters */
TR.suspect {
  background-color: #850506;
}

/* table header cells (used for top table row)*/
TH {
  background-color: #700506;
  color: #ffa319;
  font-family: sans-serif;
  font-size: x-small;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* table data cells */
TD {
  font-family: sans-serif;
  font-size: x-small;
  padding-right: 4px;
  padding-left: 4px;
  table-layout: fixed;
  word-wrap: break-word;
  overflow:hidden;
  width:50;
}

/* the rest of the styles define the table data cells for each column */
TD.pos {
  text-align: center;
}

TD.name {
  text-align: left;
  table-layout: fixed;
  word-wrap: break-word;
  overflow:hidden;
  width:50;
}

TD.group {
  text-align: left;
}

TD.rank {
  text-align: center;
}

TD.money {
  text-align: center;
}

TD.kills {
  text-align: center;
}

TD.time {
  text-align: center;
}

TD.missions {
  text-align: center;
}

TD.failed {
  text-align: center;
}

TD.systems {
  text-align: center;
}

TD.bases {
  text-align: center;
}

TD.holes {
  text-align: center;
}

TD.login {
  text-align: left;
}

/* --- the end --- */

