<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-selfhelp-feedback .vrtx-feedback {
  background: transparent;
  margin-top: 0;
  padding: 10px 0 0 0;
  display: none;
  position: absolute;
}
.custom-selfhelp-feedback .vrtx-feedback .vrtx-feedback-title {
  text-align: left;
  float: left;
  font-size: 2rem;
}

.custom-selfhelp-feedback .vrtx-feedback ul {
    margin: 0 0 0 15px;
    overflow: visible;
    float: left;
}
.custom-selfhelp-feedback .vrtx-feedback  ul li {
  width: auto;
  height: 36px;
  margin-bottom: 0;
  float: left;
  padding: 0;
}
.custom-selfhelp-feedback .vrtx-feedback  ul li a {
  width: 50px;
  text-indent: -9999px;
  height: 100%;
  border: none;
  background-size: 45% !important;
}


.custom-selfhelp-feedback .vrtx-feedback  ul li a.button.feedback-yes {
 background: url(/vrtx/dist/resources/images/autocomplete-search/like.svg) no-repeat center center;
}

.custom-selfhelp-feedback .vrtx-feedback  ul li a.button.feedback-no {
 top: 3px;
 background: url(/vrtx/dist/resources/images/autocomplete-search/dislike.svg) no-repeat center center;
}



.custom-selfhelp-feedback  .vrtx-feedback .vrtx-feedback-thanks {
  text-align: left;
  margin: 0;
  position: absolute;
  background: #f4f6ff;
  width: 100%;
}

/* dialog window when clicked on thumbs down - remove arrow in button */
#uio-dialog a.button:not(.feedback-yes):not(.feedback-no):after {
    content: "";
    background: transparent;
}


@media only screen and (max-width: 16cm) and (orientation: portrait), only screen and (max-width: 19cm) and (orientation: landscape) {
.custom-selfhelp-feedback .vrtx-feedback {
  position: relative;
  padding-top: 20px;
}
.custom-selfhelp-feedback .vrtx-feedback .vrtx-feedback-title {
  text-align: left;
  float: none;
  display: block;
}

.custom-selfhelp-feedback .vrtx-feedback ul {
    margin: 0;
}

.custom-selfhelp-feedback .vrtx-feedback ul li {
  padding: 5px;
  height: auto;
}

.custom-selfhelp-feedback .vrtx-feedback ul li a.button {
  padding: 20px 40px;
  background-size: 40% !important;
}


 .autocomplete-help-feedback {
    position: relative;
 }
  a.autocomplete-feedback-like,
  a.autocomplete-feedback-dislike {
   margin-left: 30px;
  }
}
</pre></body></html>