.cpw-currencies-widget table {
  width: 100%;
  border-collapse: collapse;
}

.cpw-currencies-widget th {
  background-color: #f7f7f7;
  font-weight: 600;
  padding: 8px;
}

.cpw-currencies-widget td {
  padding: 6px;
}

.cpw-currencies-widget tr:nth-child(even) {
  background-color: #fafafa;
}
