.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.side-date-navigation-date-selected {
    font-weight: 300;
}

.side-date-navigation-header h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 10px;
  background-color: #f99a98;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.side-date-navigation-dates {
  padding-left: 0;
}

.side-date-navigation-dates li {
  list-style: none;
  border-bottom: solid 1px #cec0b5;
}

ul.side-date-navigation-dates a {
  padding: 15px 0;
  display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

ul.side-date-navigation-dates a:hover {
  color: #389eae;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {

  .side-date-navigation-header h5 {
    padding: 5px 10px;
  }
}