         body {overflow-y: hidden; font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif"; font-size: 100%; width: 100%; height: 100%;}
         div.scroll {overflow-x: auto; overflow-y: auto;}
         .ui-tooltip, .arrow:after {
           background: black;
           border: 2px solid white;
         }
         .ui-tooltip {
           padding: 10px 20px;
           color: white;
           border-radius: 5px;
           font: bold 12px "Helvetica Neue", Sans-Serif;
           box-shadow: 0 0 7px black;
           width: auto;
           max-width: 1300px;
         }
         .arrow {
           width: 70px;
           height: 16px;
           overflow: hidden;
           position: absolute;
           left: 50%;
           margin-left: -35px;
           bottom: -16px;
         }
         .arrow.top {
           top: -16px;
           bottom: auto;
         }
         .arrow.left {
           left: 20%;
         }
         .arrow:after {
           content: "";
           position: absolute;
           left: 20px;
           top: -20px;
           width: 25px;
           height: 25px;
           box-shadow: 6px 5px 9px -9px black;
           -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
           -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
           tranform: rotate(45deg);
         }
         .arrow.top:after {
           bottom: -20px;
           top: auto;
         }
         .ui-tooltip-content{
             width: auto;
         }
         input[type=button] {border-radius: 5px; font-size: 16px; font-weight: bold; padding: 2px 15px 2px 15px; cursor: pointer}
         * {
         	margin: 0;
         }
         html, body {
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select:none;
          user-select:none;
         	height: 100%;
         }
         .wrapper {
         	min-height: 100%;
         	height: auto !important;
         	height: 100%;
         	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
         }
         .push {
         	height: 30px; /* .push must be the same height as .footer */
         }
         .footer {
            	height: 30px; /* .push must be the same height as .footer */
             padding: 0px;
            text-align: center;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ede8e8+0,efefef+48,dddddd+100 */
            background: #000000; /* Old browsers */
            background: -moz-linear-gradient(top,  #000000 0%, #ede8e8 0%, #efefef 48%, #dddddd 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
            color: #888888;
            font-size: 1vw;
         }
         div.images {
            margin: 0 auto;
            background: white;
            text-align: center;
         }


         td.head, td.fill {background: #feffff; /* Old browsers */
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ede8e8+0,efefef+48,dddddd+100 */
            background: #000000; /* Old browsers */
            background: -moz-linear-gradient(top,  #000000 0%, #ede8e8 0%, #efefef 48%, #dddddd 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
            text-align: center;
            cursor: pointer;
            padding-top: 0px;
            font-size: 1vw;
         }
         td.head:hover {text-align: center;
                        background: #87e0fd; /* Old browsers */
                        background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
                        background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
                        color: white
         }
         table.head {
            border-collapse: collapse;
            font-family: arial;
            font-weight: bold;
            width: 100%;
            color: #08088A}
         input.button{
            padding: 10px;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ede8e8+0,efefef+48,dddddd+100 */
            background: #000000; /* Old browsers */
            background: -moz-linear-gradient(top,  #000000 0%, #ede8e8 0%, #efefef 48%, #dddddd 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #000000 0%,#ede8e8 0%,#efefef 48%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
         }

