#vouchers .voucherblock {
  margin:5px;
  background-color: white;
  color: green;
  display: inline-block;
  max-width: 15em;
  min-height: 8em;
  text-align: center;
  vertical-align: middle;
  border: 3px dashed green;
  border-radius: 5px;
  padding: 0.8em 0.5em;
  line-height: 110%;
}

#vouchers .voucherblock a, #vouchers .voucherblock a:link, #vouchers .voucherblock a:visited {
  background-color: inherit;
  text-decoration: none;
  color: green;
  padding: 0;
  /*color: #4477f1;*/
}

#vouchers .voucherblock a:hover, #vouchers .voucherblock a:active {
  color:red;
  text-decoration-color: green;
}

#vouchers .voucherblock a .shopname {
  color: red;
  white-space: nowrap;
}


/*article specific*/


/* Articles/localguides.ctp */
@media not screen and (max-width : 640px) {
  #localguides #guide-container {
    display:flex;
  }
}

#localguides #guide-list {
  list-style:none;
}

@media screen and (max-width : 640px) {
  #localguides #guide-map {
    display:none;
  }
}

/* Articles/buyingguide.ctp */

#buying-guide-table {
  border: 1px #666 solid; 
  width: auto;
}

#buying-guide-table th:nth-child(1), #buying-guide-table td:nth-child(1) {
  width: 16em;
}

#buying-guide-table td:nth-child(1) {
  font-weight: bold;
  font-size: larger;
}

#buying-guide-table th:nth-child(2), #buying-guide-table td:nth-child(2) {
  width: 26em;
}


#buying-guide-table ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

#buying-guide-table td, #buying-guide-table th, #buying-guide-table li {
  font-size: 0.8rem; 
}

#buying-guide-table td, #buying-guide-table th {
  padding: 5px;
}

