/**
 * CSS file for HighWire Article Crossmark.
 *
 * The CSS provided by CrossMark overrides the default jQuery UI CSS. Adding
 * the jQuery UI's CSS declaration back with an additional element to increase
 * specificity and restore the default style.
 */
html .ui-widget-overlay {
  position: fixed;
}
