/*  Safari has problem with bold text */
/* Safari 7.1+ */
_::-webkit-full-page-media,
_:future,
:root {
  /* Modal is sometimes 250px down the page in Safari. */
  .ui-widget-content.ui-dialog-content {
    top: 20px !important;
  }
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

  /* Modal is sometimes 250px down the page in Safari. */
  .ui-widget-content.ui-dialog-content {
    top: 20px !important;
  }
}}

/* Safari 6.1-10.0 (not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

  /* Modal is sometimes 250px down the page in Safari. */
  .ui-widget-content.ui-dialog-content {
    top: 20px !important;
  }
}}

/* Safari 11+ */

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

  /* Modal is sometimes 250px down the page in Safari. */
  .ui-widget-content.ui-dialog-content {
    top: 20px !important;
  }
}}
