/* stylesheet to override a few things for IE6/7 */
body {
  font-size: 16px;
}
/* classes for setting width of th/td elements; IE6/7 doesn't support min-width */
.st {
  width: 64px;
}
.st2 {
  width: 64px;
}
.us {
  width: 120px;
}
.co {
  width: 76px;
}
/* manipulate country sizes div and table due to width classes above */
#country-sizes {
  width: 330px;
}
#country-sizes-table {
  margin-bottom: 24px;
}
