<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#modal-content-progress {display: none;}
#modal-content-datasets {display: none;}

/* Overlay */
#simplemodal-overlay {background-color: #000;}

/* Container */
#simplemodal-container {color: #000000; background-color: #ffffff; border: 3px solid #444; padding: 10px;}
#simplemodal-container .simplemodal-data {padding: 8px;}
#simplemodal-container a.modalCloseImg {background: url(../img/basic/x.png) no-repeat; width: 25px; height: 29px; display: inline; z-index: 3200; position: absolute; top: -15px; right: -16px; cursor: pointer;}
</pre></body></html>