.hello-week .week {
  color: #42a298;
  font-size: 1.2em; }

.hello-week .day.is-weekend {
  color: #454444; }

.hello-week .day.is-highlight {
  background-color: #ed6869;
  color: #fff; }

.hello-week .day.is-today {
  background-color: #454444;
  color: #fff; }

.hello-week .day.is-selected {
  background-color: #cccccc !important; /*#7fcbc3*/
  color: #fff !important; }

.hello-week .day.is-begin-range, .hello-week .day.is-end-range {
  background-color: #cccccc !important;
  color: #fff !important; }

.hello-week .day.is-disabled {
  cursor: not-allowed;
  opacity: .33; }
