<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 1.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body{
  padding-top: 0px;
  //padding-top: 60px;
}

.head_row {
        width: 100%;
        background-color: cyan;
        font-size: 16px;
}

.content_row {
        width: 100%;
        background-color: white;
        overflow-y: auto;
        padding-top: 20px;
}

</pre></body></html>