.showindesktop {
  display: block;
}

.showinmobile {
  display: none;
}

.currentx {
color: #205073;
border:2px dotted #205073;
height: 30px;
font-weight: bold;
width: 100%;
}

.pricebetter {
  width: 25vw;
}

.starsalign {
  left: 0px;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {

  .only-mobile {
    display: block;
  }

  .showindesktop {
    display: none;
  }

  .showinmobile {
    display: block;
  }

  .pricebetter {
    width: 92vw;
  }

  .starsalign {
    left: -10px;
  }

}
