﻿table.tvgame {
}

table.tvgame th.channel, table.tvgame td.channel {
  width: 13%;
}
table.tvgame th.datetime, table.tvgame td.datetime {
}
table.tvgame th.sport, table.tvgame td.sport {
  width: 19%;
}
table.tvgame th.event, table.tvgame td.event {
}
table.tvgame th.analysis, table.tvgame td.analysis {
  width: 12%;
}

table.tvgame tr.analysis {
  width: 100%;
}

table.tvgameshortdate th.channel, table.tvgameshortdate td.channel {
}
table.tvgameshortdate th.datetime, table.tvgameshortdate td.datetime {
  width: 6%;
}
table.tvgameshortdate th.sport, table.tvgameshortdate td.sport {
}
table.tvgameshortdate th.event, table.tvgameshortdate td.event {
  width: 50%;
}
table.tvgameshortdate th.analysis, table.tvgameshortdate td.analysis {
}

table.tvgamelongdate th.channel, table.tvgamelongdate td.channel {
}
table.tvgamelongdate th.datetime, table.tvgamelongdate td.datetime {
  width: 17%;
}
table.tvgamelongdate th.sport, table.tvgamelongdate td.sport {
}
table.tvgamelongdate th.event, table.tvgamelongdate td.event {
  width: 39%;
}
table.tvgamelongdate th.analysis, table.tvgamelongdate td.analysis {
}

