/* Navigation for screen width <= 500px */
#navbar {
  top: 1px;
  left: 1px;
  right: 1px;
  height: 39px;
  background-color: #ccc;
  color: #000;
  border-style: solid;
  border-width: 2px;
  text-align: right;
}

#navbar ul {
  margin: 11px 10px 11px 10px;
  padding: 0px 0px 0px 0px;
}

#navbar ul li {
  display: none;
}
#navbar ul li:last-child {
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  list-style-type: none;
  border: 1px black solid;
  display: inline;
  background-color: #ddd;
}

#navbar ul li:hover {
  background-color: #7ff;
  color: #000;
}

#navbar img {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  float: left;
  border-style: none;
}

#navbar a {
  text-decoration: none;
}
#navbar #plusone {
  display: none;
}
#navbar .fb-like {
  display: none;
}

/* Defined here, as it depends on the navbar size */
#scrollArea {
  top: 70px;
  left: 10px;
  right: 10px;
  height: auto;
}

img {
  padding: 0px 0px 0px 0px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: none;
}
