/* Revived Dialog Asset Fix */
@charset "UTF-8";
/*! 
  Successfully initialized dialog.css 
  Prevents 404 text/html MIME type mismatch errors for Revival Kit 
*/
dialog, .dialog-container {
  display: block;
}