body {
  font: 300 18px/26px "Prompt", sans-serif;
  -webkit-text-size-adjust: none;
}
.img-class{
        margin-top: 0px!important;
        float: right;
        /* top: 200px; */
        top: -40px;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
      }


td.customer-name {
  position: relative;
}
#name-phone-clarification {
  color: orange;
  font-size: 0.8em;
  display: none;
}
#name-phone-clarification.show {
  display: inline-block;
}
