.remove-border-left {
  border-left: none;
}

.remove-border-right {
  border-right: none;
}

.bold {
  font-weight: bold;
}

.small-cell {
  width: 60px;
  font-size: 24px;
}

.circle-background {
  cursor: pointer;
  border-radius: 50%;
  background-color: #215BF6;
  width: 20px;
  height: 20px;
}

.align-to-header-column {
  margin-left: 60px;
}

.hidden-row {
  display: none;
  visibility: collapse;
  opacity: 0;
}