
table .downloads-table {
  border-width: 1px;
  border-spacing: 0px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
}

table .downloads-table td {
  border-width: 1px;
  padding: 5px;
  border-style: inset;
  border-color: gray;
}

table .downloads-table th {
  border-width: 1px;
  padding: 5px;
  border-style: inset;
  border-color: gray;
}

a.sampler-button {
  background: #cacac8;
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
}
a.sampler-button:hover {
  background: #003592;
}
a.sampler-button span {
}
a.sampler-button:hover span {
  color: #fff;
}

