
table.stockists {
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.stockists td {
	font-size: 11px;
}

table.stockists a {
	text-decoration: none;
	color: #a09261;
}

td.location {
	width: 130px;
}

td.title {
	width: 190px;
}

td.address {
	width: 240px;
}

td.phone {
	width: 150px;
}

/* Order Form */

table.T {
  width: 100%;
  font-size: 0.875em;
}

table.T thead tr {
  background-color: #ece9d8;
  font-weight: bold;
}

.T th, .T td {
  text-align: left;
  padding: 4px;
  border-bottom: #ece9d8 solid 1px;
}

table.T th {
  width: 60%;
}
