.is-selected .pika-button {
  position: relative;
  border-radius: 0;
  background: #343735;
  color: #bad235;
  box-shadow: 0 0 0 1px #343735;
  z-index: 1;
}

.pika-button:hover {
  position: relative;
  color: #fff !important;
  background: #253d51 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px #253d51 !important;
}

.is-today .pika-button {
  color: #253d51; 
}

.pika-single.is-bound {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pika-table th {
  background: #343735;
  color: #5a768f;
  font-weight: 300;
}

.pika-table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pika-table tr:nth-child(even) {
  background: #fff;
}