body {
  height: 900px;
  overflow: hidden;
}
.region-header, .region-footer,
#right_panel_navigation, #top_bar,
.pager, .current-filter {
  display: none;
}

.collection-content {
  background-color: transparent;
    width: 1000px;

}

.collection-content .view-content {
  width: 1000px;
  border: 2px solid black;
}

.deck-item {
  width: 80px;
}

.print-only {
  display: inline;
}

.deck-flag {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: -8px;
  z-index: 1;
}

