/* Text Elements */

span.text-element span.text-text-1 {
  font-weight: 700;
  font-size: 12px;
}

span.text-element.text-2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

span.text-element span.text-text-2 {
  font-weight: 700;
  font-size: 12px;
}

span.text-element.text-1 {
  text-align: center;
}

a.link-text.text-link-1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

a.link-text span.text-link-text-1 {
  color: #000;
}

a.link-text span.text-link-text-2 {
  font-weight: 700;
}

a.link-text span.text-link-text-3 {
  color: #000;
}

a.link-text.text-link-2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

a.link-text span.text-link-text-4 {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

a.link-text.text-link-3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

a.link-text span.text-link-text-5 {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

a.link-text.text-link-4 {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

a.link-text.text-link-5 {
  margin-top: 5px;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

a.link-text.text-link-6 {
  position: relative;
  display: block;
  float: none;
  clear: none;
  width: auto;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  padding-right: 4px;
  padding-left: 4px;
  min-height: 30px;
}

body > .row.row-1 {
  max-width: 600px;
  max-height: 50px;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-2 {
  min-height: 32px;
}

body > .row > [class*='coffee-span-'].column-3 {
  min-height: 32px;
  max-height: 32px;
}

body > .row > [class*='coffee-span-'].column-4 {
  min-height: 32px;
}

body > .row > [class*='coffee-span-'].column-5 {
  min-height: 32px;
}

body > .row > [class*='coffee-span-'].column-6 {
  padding-right: 0;
  padding-left: 0;
  min-height: 32px;
}

div.responsive-picture.picture-1 {
  margin-top: 1px;
  margin-bottom: 1px;
  max-width: none;
}

div.responsive-picture.picture-2 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  min-height: 30px;
  max-width: 600px;
}

a.responsive-picture.picture-link-1 {
  position: static;
  float: none;
  clear: none;
  margin: 1px 1%;
  padding-right: 0;
  min-width: 100px;
  max-width: none;
  max-height: none;
  width: 100%;
}

a.responsive-picture.picture-link-2 {
  float: none;
  clear: none;
  overflow: auto;
  max-width: none;
}

@media screen and (min-width: 452px) {
  /* Text Elements */

  a.link-text.text-link-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Layout Elements */

  body > .row.row-1 {
    max-height: none;
  }

  a.responsive-picture.picture-link-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}