table.zebra tr.ind2 {
	background-color:#E8F4DD;
}

table.zebragrey tr.ind2 {
  background-color:#EEEEEE;
}

table.zebrablue tr.ind2 {
  background-color:#C3D5E1;
}

table.zebragreen tr.ind2 {
  background-color:#D1E7BC;
}

table.zebra td, table.zebrablue td, table.zebragrey td, table.zebragreen td  {
	padding:5px;
}

table.zebra, table.zebrablue, table.zebragrey, table.zebragreen {
	border:0px;
}

@media screen and (max-width: 1000px) {
  table td.hidewhenbelow1000 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  table td.hidewhenbelow900 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  table td.hidewhenbelow800 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  table td.hidewhenbelow700 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  table td.hidewhenbelow600 {
    display: none;
  }
}

@media screen and (max-width: 500px) { 
  table td.hidewhenbelow500 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  table td.hidewhenbelow400 {
    display: none;
  }
}

@media screen and (max-width: 300px) {
  table td.hidewhenbelow300 {
    display: none;
  }
}

table.yellow {
  background-color:#FFEC89;
}

table.green {
  background-color:#E8F4DD;
}

/***** mini ****/

.mini { 
  padding:2px;
  border:1px solid #dddddd; 
  background-color:#ffffff; /*remove line for transparent thumbs*/
}
.miniH, .miniF {
  display:block;
}

#uv_ov {
  opacity: 100 !important;
}

/***** photomontage ****/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  div.photomontage2 {
    clear:both;
  }
}

