body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "courier", sans-serif;
  line-height: 1.5;
  color: #333;
  background: #eee;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.main {
  margin: 50px auto 0 auto;
  max-width: 640px;
  text-align: center;
  padding: 20px;
}

.window{
    padding: 10px 20px 20px;
    margin: 40px;
    border-radius: 10px;    
    background: rgba(0,0,0,0.1);
    padding-bottom: 1.5em;
}

ul{
  text-align: left;
}

p {
  margin: 1.5em 0;
}

p.left{
  text-align: left;
}

a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mainfooter{
    bottom: 10px;
    width: auto;
    width: 100%;
    left: 0;
    color: #aaa;
}

a:link, a:visited {
  color: #333;
  border-color: transparent;
  border-bottom: 1px solid transparent;
  transition: color 0.3s linear;
}

a:hover, a:active, a:focus {
  /* color: #eee; */
  /* border-bottom: 1px solid #666; */
  color: #666;
  text-decoration: underline;
  /* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}



li.retailer{
  list-style-type: none;
}

li.retailer img{
  /* max-width: 120px; */
  /* max-height: 120px; */
}

@media screen and (min-width: 640px) {
  li.retailer{
    display: table-cell;
    text-align: center;
    width: 33%;
  }

  ul.retailers{
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
}