#creche-array tr td.contract-cell {
  background-color: rgba(37, 120, 192, 1);
  cursor: pointer;
}

#creche-array tr  td.start-contract {
  border-left: 3px solid red;
}

#creche-array tr td.end-contract {
  border-right: 3px solid red;
}

.overflow {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-header .logo {
  padding: 0;
}
