body{
  background: url(img/pattayacity.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 font-family:'HelveticaNeue','Arial', sans-serif;
}
h4{
  margin-top: 5px;
}
.list{
  background-color: #fff;
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.9em;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px;
  color:#ccc;
}
.add{

  right: 0px;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
  text-decoration: none;
}
.center {
  margin: auto;
  width: 50%;

  padding: 10px;
}
#de :hover{
  color: blue;
}