.medio-tss {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.medio-tss .mtss-inner {
  display: flex;
  justify-content: space-between;
}
.medio-tss .mtss-col {
  width: 45%;
}
.medio-tss .mtss-col-header {
  text-align: center;
  font-weight: 700;
}
.medio-tss .mtss-content-container {
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 6px;
  height: 500px;
  margin-top: 10px;
  padding: 20px;
}
.medio-tss .mtss-content-container-inner {
  overflow-y: scroll;
  height: 100%;
}
.medio-tss .mtss-action-buttons {
  width: 10%;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medio-tss .mtss-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.6);
}
.medio-tss .mtss-action-button#mtss-left {
  margin-top: 20px;
}
.medio-tss .mtss-action-button:hover {
  background-color: rgb(220, 220, 220);
  cursor: pointer;
}
.medio-tss .mtss-action-button img {
  width: 80%;
  height: 80%;
}
.medio-tss .mtss-lab-element {
  margin-bottom: 5px;
}
.medio-tss .mtss-lab-element-search {
  text-align: center;
}
.medio-tss .mtss-content-container-search-result-container p {
  margin-bottom: 5px;
}
.medio-tss .mtss-content-container-search-result-elements:not(:empty) {
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}
.medio-tss .mtss-price {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.medio-tss .mtss-price span {
  font-weight: 700;
}
.medio-tss .mtss-list-price {
  color: #A5A4A4;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.medio-tss .mtss-list-price span {
  font-weight: normal;
}
.medio-tss .mtss-sampling-type-container {
  margin-left: auto;
  width: 600px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
.medio-tss .mtss-sampling-type-container > span {
  margin-right: 20px;
}
.medio-tss .group-container {
  padding: 2px;
  margin-bottom: 10px;
}
.medio-tss .group-container:not(:last-child) .mtss-lab-element:last-child {
  border-bottom: 1px solid #aaa;
}
.medio-tss .group-container .group-name {
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

/*# sourceMappingURL=style.css.map */
