@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html, body {
    font-size: 14px !important;
  }
  #PrintDetails{
    position: relative;
  }
    #evetURL
    {
        display: none;
    }
    #evetURLPrint{
        position: relative;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-detail-text{
    float: none;
  }
}