.lst-services,
.lst-sub-services {
  max-height: 300px;
  min-height: 300px;
  overflow-y: auto;
}

.row {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}

/* On mouse-over, add a deeper shadow */
.other-deliverable {
  width: calc(100% - 45px);
  right: 0px;
  position: absolute;
  top: 5px;
}
