body {
  padding-top: 60px;
  padding-bottom: 40px;
}

#feedback {
  position: fixed;
  right: -2px;
  top: 40%;
}

#feedback:hover {
  right: 0px;
}

.thumbnails > li {margin-bottom: 10px;margin-left: 10px;}
.thumbnail {text-align: center}
.thumbnail:hover {border-color: red;}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 17px;}


.success {
  color: #248030;
}

.error_list, .error_list li {
  list-style-type: none;
  color: #cc0000;
  margin: 0px;
  padding: 0px;
}

footer a {
  color: #868686;
}

#comment_form img {
  margin-left: 10px;
  vertical-align: -6px;
}

#producers_left {list-style-type: none;padding-left:0;margin-left:0;}
#producers_left li {margin-bottom: 15px;text-align: center;}
.sub_categories li {font-size: 20px; line-height: 40px;}
.sub_categories li a {text-decoration: none;}