
.flexiblecystoscopy {
  display: flex;
}

.flexiblecystoscopy-text {
  margin: 0 10px;
}

li::selection{
  color: rgb(43, 245, 255, 1);
  background-color: rgb(25, 39, 51, 1);
}



h6 {
  color: black;
  direction: ltr;
  text-align: left;
  margin-left: 20px;
  margin-top: 0;
  padding-top: 0;
  font-size: small;
}


.References  {
  direction: ltr;
  list-style-type: decimal;
}

.References-list {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: small;
}


.References-list a {
  padding: 0;
  margin: 0;
}

@media (max-width: 800px) {
  .flexiblecystoscopy {
    flex-direction: column;
  } 
  .flexiblecystoscopy-image {
    width: 95%;
    margin-right: 5px;
  }

  .flexiblecystoscopy-image img {
    border-style: ridge;
    border-width: 5px;
  }
  .flexiblecystoscopy-text {
    width: 95%;
  }

}