html, body {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

table {
  height:100%;
  width:100%;
  table-layout:static;
  border-collapse:collapse;
}

iframe {
  height:100%;
  width:100%;
}

.header {
  border-bottom:1px solid #000;
}

.content {
  height:100%;
}
