@charset "utf-8";
@font-face {
    font-family: HammersmithOne;
    src: url('HammersmithOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }
html {
    width: 100%;
    height: 100%;
    font-family: sans-serif; }
.btext {
    color: #005e32;
    filter: drop-shadow(5px 5px 5px #bababa);
    font-size: 16pt;
    padding: 0px 10px;
    position: relative; }
.button {
   border-top: 1px solid #FFF;
   background: #006600;
   background: linear-gradient(#009933, #006600);
   padding: 6px 24px;
   border-radius: 24px;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.3) 0 1px 0;
   color: white;
   font-size: 18px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -18; }
.button:hover {
   border-top-color: #fff;
   background: #199919;
   color: #ffffff; }
#graph_paper {
    position: fixed;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(#FFF, #ccdacc); }
#graph_paper:before {
    content: "";
    position: fixed;
    width: 200%;
    top: -50%;
    left: -50%;
    bottom: -50%;
    z-index: -1;
    background: url('graph.png') repeat;
    transform: rotate(10deg);
    opacity: 0.18;
    box-shadow: 5px 5px;
    filter: drop-shadow(3px 3px 2px #ccc);
    background-size: 100px 100px; }
select {
    font-size: 16pt;
    position: relative; }
.tooltip {
    position: relative;
    display: inline;
    border-bottom: 1px dotted black; }
.tooltip .tooltiptext { 
    visibility: hidden;
    width: 220px;
    background-color: #006837;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    top: 150%;
    left: 50%;
    margin-left: -60px; }
.tooltipref {
    background-color: #999 !important; }
.tooltip:hover .tooltiptext {
    visibility: visible;
    z-index: 3; }
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 10%;
    margin-right: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #006837 transparent; }
.tooltipref::after {
    border-color: transparent transparent #999 transparent !important; }
.viewerimg {
    border: 2px solid #199919;
    filter: drop-shadow(5px 5px 5px #bababa);
    margin-top: 100px;
    width: 100%;
    max-width: 1280px;
    display: block;
    position: relative; }
