body {
    max-width: 38rem;
    margin: auto;
}

div.reklamo {
  color: gray;
  text-align: center;
  font-size: 80%;
  border: thin solid;
  border-color: silver;
  padding: 0px;
  margin: 0px;
}

div.reklamo div.top {
  width: 100%;
  padding: 0;
  background-color: silver;
  color: gray !important;
}

div.reklamo div {
  color: gray;
  padding: 3px;
}

div.reklamo a {
  text-decoration: none;
  color: silver;
}

div.reklamo a:hover {
  text-decoration: none;
  color: gray;
  position: relative;
  top: 0px !important;
  left: 0px !important;
}

div.bj {
  text-align: center;
  color: silver;
  font-size: 70%;
  border: 0 solid silver;
  padding: 3px;
}

div.bj a {
  text-decoration: none;
  color: silver;
}

div.bj a:hover {
  text-decoration: none;
  color: gray;
  position: relative;
  top: 0px !important;
  left: 0px !important;
}
