<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* logo fix */
header.top {
    position: relative;
    z-index: 1001;
}


.popUp {
  width: 200px;
  height: 145px;
  font-size: 1.1em;
}

.popUp .pHeader {
  width: 100%;
  font-size: 1.4em;
}
.popUp .pImg {
  width: 50%;
  float: left;
}
.popUp .pText {
  width: 49%;
  float: right;
}

.popUp .pFooter {
  margin-top: 5px;
  float: left;
  width: 100%;

}

.popUp .pScore {
  width: 50%;
  float: left;
}

.popUp .pPrice {
  float: right;
  width: 49%;
}

.pIcon {
  background-color: white;
  padding: 4px 5px 4px 6px; 
  border: 1px solid lightgrey;
  width: 50px !important;
  height: 30px !important;
}

.pIcon .pDown {
    width: 10px;
    height: 10px;
    background-color: white;
    position: fixed;
    margin: auto;
    transform: rotate(45deg);
}</pre></body></html>