.module.table table {
  font-size: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/_shared/css/ie/boxsizing.htc);
  background-color: white;
  padding: 0.2em 1.3em 1.3em;
  border-collapse: separate; }
  .module.table table caption {
    font-size: 1.6em;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 6px;
    padding: 0.2em 1.625em;
    color: white;
    background-color: #cc1c4a; }
  .module.table table .portrait img, .module.table table .portrait span {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin: 0.40625em 0;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  .module.table table .portrait span {
    display: block;
    background: #e2e2e2 url(/_shared/generic-tabs/modules/table/images/ghost.png) 50% 50% no-repeat; }
  .module.table table .flag img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    height: 48px;
    width: auto; }
    .module.table table .flag img.flag-32 {
      top: 0;
      height: 32px;
      display: none; }
  .module.table table .helmet span {
    vertical-align: middle;
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-right: .5em;
    background-repeat: no-repeat; }
    .module.table table .helmet span.helmet-48 {
      display: none;
      height: 48px;
      width: 48px; }
    .module.table table .helmet span.helmet-32 {
      display: none;
      height: 32px;
      width: 32px; }
.module.table td, .module.table th {
  border-bottom: 1px dashed #9e9f9e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }
.module.table thead {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #9e9f9e;
  letter-spacing: .1em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden; }
.module.table tbody {
  line-height: 2.5em; }
  .module.table tbody th, .module.table tbody td.number {
    font-family: Siri, Tahoma, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.5625em;
    color: #fcd700;
    -webkit-font-smoothing: antialiased; }
  .module.table tbody th span {
    display: none; }
  .module.table tbody td.name {
    font-weight: bold;
    line-height: 1.4em; }

@media (min-width: 641px) {
  .module.table table .helmet span.helmet-48 {
    display: block;
    background-image: url(/_shared/images/helmets/helmets-48.png); } }
@media (max-width: 640px) {
  .module.table {
    margin-left: -1.625em;
    margin-right: -1.625em; }
    .module.table p {
      padding-left: 1.625em;
      padding-right: 1.625em; }
    .module.table table {
      font-size: 1em; }
      .module.table table caption {
        font-size: 1.6em;
        line-height: 1.3em;
        text-align: center;
        margin: 0 0 6px;
        padding: 0.2em 1.625em;
        color: white;
        background-color: #cc1c4a; }
      .module.table table .date span.year {
        display: none; }
      .module.table table .flag img.flag-32 {
        display: block; }
      .module.table table .flag img.flag-48 {
        display: none; }
      .module.table table .helmet span.helmet-32 {
        display: block;
        background-image: url(/_shared/images/helmets/helmets-64.png);
        -webkit-background-size: 832px 832px;
        -o-background-size: 832px 832px;
        background-size: 832px 832px; }
      .module.table table .helmet span.helmet-48 {
        display: none; } }
@media (min-width: 1024px) {
  .module.table table {
    font-size: 1.25em; }
    .module.table table .portrait img, .module.table table .portrait span {
      width: 75px;
      height: 75px; } }

/*# sourceMappingURL=module.css.map */