@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("winnipegmovies.com") {
/* left and right columns */
td > #table1 {
  display: none !important;
}
/* top ads */
#table146, #red, #green, #blue, #table6 {
  display: none !important;
}
/* top menu */
#table155 td.movietime {
  display: none !important;
}
/* logo smaller */
img[src="images/page/newlogojan.gif"] {
  height: 60px !important;
  width: 150px !important;
}
/* top spacer */
#table152 > tbody > tr:first-child {
  display: none !important;
}
/* inline ads */
img[src^="http"] {
  display: none !important;
}
/* bottom spacer */
center > p {
  display: none !important;
}
/* move the bottom menu to the top */
center > div.movietime {
  position: absolute !important;
  top: 0 !important;
  left: 175px !important;
  background-color: white !important;
  z-index: 20 !important;
}
hr {
  display: none !important;
}
/* middle column */ 
#table31 {
  background-color: white !important;
}
/* page title */
#table32 .movietop {
  text-align: center !important;
  font-size: large !important;
  padding-top: 1em !important;
}
/* movie info popup */
#TipLayer {
  position: fixed !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  max-width: 200px !important;
}
#TipLayer table {
  max-width: 200px !important;
}
}