/*
=Kiwibank internet banking print styles
-----------------------------------------------------*/
* html #container {
  height: auto;
}

body {
  height: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  line-height: 14pt;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

#container {
  position: relative;
  min-height: 0;
  height: auto;
  margin: 0;
  width: 100%;
  padding: 1px 0 0;
  font-size: 10pt;
}

#wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

#content {
  float: none;
  width: 100%;
  padding: 0;
}

.content_padding {
  padding: 0 0 0 8px;
  max-width: none;
}

dl.account_details {
  color: #000;
  font-size: 10pt;
}

img.print_logo {
  width: 1.5cm;
  height: 1.5cm;
}

h1 {
  margin-top: 1cm;
}

div.mail_reference {
  height: auto;
  width: auto;
}

table.listing td {
  font-size: 9pt;
  color: #000;
}

.print_only,
dl.hide.account_details,
dd.more_info {
  display: block !important;
}

.no_print,
#header,
#sub_content,
#footer_wrapper,
.more_account_info,
.transact,
.pay_other,
.heading_box .align_right,
.previous_next,
p.header_note,
.back_cancel,
.confirm_options,
.crm_message_wrapper,
.back_to_previous,
a.advanced,
a.print,
.print_page a {
  display: none;
}

div.welcome {
  margin-top: 5mm;
}
