/****************************************
*  Foundation layout css definitions
****************************************/

html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

td img {
  display: block;
}

div.grow {
  height: 100%;
  width: 100%;
}

table.grow {
  border-collapse: collapse;
  border-spacing: 0px;
  height: 100%;
  width: 100%;
}

table.grow td.wide {
  background-position: top left;
  background-repeat: repeat-x;
  width: 100%;
}

table.grow td.tall {
  background-position: top left;
  background-repeat: repeat-y;
  height: 100%;
}

table.grow td.huge {
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
}

table.debug {
  border-collapse: collapse;
  border-spacing: 0px;
}

table.debug td, table.debug th {
  border: 1px solid black;
}

object {
  display:block;
}