h1 {
  margin-top: 0;
}

#dashboard .vertical-spliter {
  position: absolute;
  width: 1px;
  height: 100px;
  top: 0px;
  right: 0px;
  border-right: inset 1px;
}

#dashboard .dashboard-module .table-responsive {
  display: block;
  max-height: 197px;
  overflow: scroll;
}

#dashboard #purchases-module-title {
  margin-bottom: 6px;
}

#dashboard #mycalendar {
  max-width: 280px;
  margin: 0 auto;
}

#dashboard #all-stores-list {
  overflow-y: scroll;
  max-height: 180px;
}

