@charset "utf-8";
/* CSS Document */

.lmTable {
  margin:0px;
  font-size: 11px;
}

.lmTable tr {
  background:#eff6fc;
  color:#666;
}

.lmTable tr td {
  border-bottom: 1px dotted #9bc7ec;
  padding:4px;
  white-space: nowrap;
}

.lmTable tr.th,
.lmTeam tr.th {
  background: url(../img/background/table/bg_table.png);
  color:#fff;
  text-align:left;
}
.lmTable tr.th th,
.lmTeam tr.th th {
  padding:4px;
  font-size:.9em;
}

.lmTeam td {
  padding:4px;
}
