div#players {
  float:left;
  margin-right:30px;
}

div#homeMatches {
  float:left;
  margin-right:30px;
}

div#awayMatches {
  float:left;
}

div#players table, div#homeMatches table, div#awayMatches table {
  margin:0 10px 1em 10px;
}

div#players p {
  margin-left:10px;
  margin-right:10px;
  margin-top:0;
}

h2.section {
  text-align:center;
  padding-bottom:4px;
  border-bottom:1px solid black;
}

td.provisional {
  color:inherit;
  background-color:#bbf;
}

td.confirmed {
/*  color:inherit;
  background-color:#9f9;*/
}