/* Dropdown Button */

.navbar a:hover {
  background-color: red;
}

.navbar {
  overflow: hidden;
  width: 85%;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.artOthon div.contx {
  height:  inherit;
  width:  80%;
  padding: 10px;
  clear: left;
  margin: 10px;
  border: 5px solid #333;
  border-radius: 10px;
  position: relative;
  left: 30px;
}

H2 {
  background-color: #333;
  color:  #FFF;
  text-indent: 10px;
  padding: 5px;
}

div.flipper (
  clear:  right;
  align:  right;
  width:  85%;
  text-align: right;
}


