/* Customized CSS for jQuery UI: simple info button and box. */

.ui-widget-content {
  font-size: 12px;
  font-family: georgia;
}

/* trim space around info button */
.ui-button-text-only .ui-button-text {
  padding: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px solid #000000;
}

/* changing dialog close button */

/* changing dialog close button */

/* hide the default "x" close image */
.ui-dialog-titlebar-close span {
  display: none !important;
}

/* translucent background */
.ui-dialog {
  opacity: 0.9;
  width: 600px !important;
}
