/* ==========================================================================
   =Tables
   ========================================================================== */
table,
th,
td {
  //border: 1px solid #e1e1e1;
}
.woocommerce td {
	border: 1px solid #e1e1e1;
}
/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
//  margin-bottom: 28px;
  table-layout: fixed;
  /* 1 */
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 28px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px;
  margin-bottom: 0.93333333em;
}

#tyche-map {
  height: 330px;
}

a {
  color: #717171;
}
a:hover, a:focus {
  color: #f43818;
}

