
.Uroflowtest {
  display: flex;
}

.Uroflowtest-text {
  font-size: larger;
  line-height: 1.5;
  margin: 0 10px;
  width: 90%;
} 

.Uroflowtest-text button {
  margin: 0;
  padding: 0;
}

.Uroflowtest-text button:hover {
  color: rgb(43, 245, 255, 1);
  background-color: rgb(25, 39, 51, 1);
}

.Uroflowtest-text a {
  text-decoration: underline;
  font-size: large;
}

.Uroflowtest-text a:hover {
    font-size: larger;
    font-weight: bold;
    color: rgb(43, 245, 255, 1);
  }

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

.Uroflowtest-image {
  width: 50%;
}



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) {
  .Uroflowtest {
    flex-direction: column;
  } 
  .Uroflowtest-image {
    width: 95%;
    margin-right: 5px;
  }
  .Uroflowtest-image img {
    border-style: ridge;
    border-width: 5px;
  }

  .Uroflowtest-text {
    width: 95%;
    font-size: large;
    line-height: 1.2;
  }
}