/* hide all the stuff we don't need to show */
#search,
#contact-details,
#hero,
#col1,
#colhome3,
#footer,
#credits,
#crumbs,
#tab-gallery-outer,
#tab-gallery,
#tab-map-outer,
#tab-map,
.webcam-images-list,
.gmap,
.enquiry,
.configs,
.clr,
.ui-tabs-nav,
.button,
.proplisttabs,
.filters,
.rating,
form { display: none !important; }

/* reset some stuff */

div,
ul,
li,
img {
  float: none;
  height: auto;
}

body {
  background: white;
  font-size: 12pt;
  color: black;
}

#wrapper {
  width: auto;
  margin: 0 5%;
  border: 0;
}

a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

a[href^="/"]:after {
  content: " (http://www.absolutealpine.com.au" attr(href) ") ";
}

#logo a:after {
  content: "";
}

img.right,
img.left {
  display: none;
}

a img {
  border: 0;
}

.ui-tabs .ui-tabs-hide {
  display: block !important;
}

.ui-tabs .ui-tabs-panel {
  border: 0;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

table {
  margin-bottom: 15px;
  page-break-inside: avoid;
  width: 100%;
}

table, th, td {
  border: 1px solid #888;
  text-align: left;
}

#footer2 div {
  page-break-inside: avoid;
}

