@media only print {
	
@page { 
	size: landscape;
}
	
div.galleryslinnborder {
  background-color:	#733e09;
  }
  
div.galleryslinn {
  margin: 1%;
  border: 1px solid #ccc;
  float: left;
  width: 99%;
  height: auto;
  background-color: 	#733e09;
}

div.galleryslinn img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.galleryslinnsht {
  margin: 1%;
  border: 1px solid #ccc;
  float: left;
  width: 99%;
  height: auto;
  background-color: 	#733e09;
}

div.galleryslinnsht img {
  width: 100%;
  height: auto;
}

table {
    border:			solid #000 !important;
    border-width:	1px 1px 1px 1px !important;
	font-family:	arial !important;
	font-size: 		14px !important;
}
th, td {
    border:			solid #000 !important;
    border-width:	1px 1px 1px 1px !important;
	font-family:	arial !important;
	font-size: 		14px !important;
}

.noprint, .no-print{
        display: none !important;
    }

}
 
