/*
 *  @file  public.mobile.css
 *  @media handheld
 *  @desc  Style dla urzadzen przenosnych
 */
body {
  margin: 12px;
  padding: 0;
  font-family: 'Times New Roman', Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

html {
  margin: 0;
  padding: 0;
}

a {
  color: #1F80C4;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

img {
  border: none;
}

dd, dt {
  margin: 0;
  padding: 0;
}

* {
  background: #fff !important;
}

/* Ukrywamy niepotrzebne elementy strony */
#netius-mouse,
#mail-form, 
#netius-oferta-flash,
#netius-overflow dl dd.img,
#contact-data ul {
  display: none !important;
}

h1 a {
  text-decoration: none;
  color: #000;
}

.hidden {
  display: block;
  position: static;
}