            font-size: 12px;
        }
        
        .padmore {
            margin-top: 50px;
        }
        

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#resulttable {
margin: auto;
}
input[type=number] {
  -moz-appearance: textfield;
}
        
            body {
                background-image: url("images/cityhall.jpg");
                background-repeat: no-repeat;
                background-size: 1800px;
            }
            
            .paddheader {
            background-color: rgba(192, 192, 192, 0.8);
            background-image: url("images/logotrans.png");
            background-size: 200px;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 5px;
            width: 1100px;
            padding: 20px;
            box-shadow: 5px 10px 20px;
            font-family: 'Bree Serif', Verdana;
            margin: auto;
            margin-top: 20px;
            vertical-align: middle;
        }
        
        .logo {
            display: block;
            margin-right: auto;
            margin-left: auto;
            width: 200px;
            vertical-align: middle;
        }
        
        .padd {
            
            background-color: rgba(192, 192, 192, 0.9);
            border-radius: 5px;
            width: 1100px;
            padding: 20px;
            padding-top: 5px;
            box-shadow: 5px 10px 20px;
            font-family: 'Lado', Verdana;
            margin: auto;
            margin-top: 50px;
        }
        
        .button1 {
            background-color: transparent;
            border-radius: 5px;
            color: white;
            outline: none;
            border: 1px solid white;
            padding: 15px 50px;
            font-family: 'Lado', Verdana;
            
        }
        
        .button1:hover {
            box-shadow: 2px 4px 5px;
        }
        
        .button2
        {
        font-size: 12px;
        color: white;
        font-family: 'Lado', Verdana;
        
        background-color: transparent; 
        border-radius: 5px; 
        padding: 0px;
        }
        
        .button2: hover {
        box-shadow: 2px 2px 5px; 
        }

            
            .taxrange {
            -webkit-appearance: none;
            
            background: white;
            width: 200px;
            opacity: 1;
            border-radius: 55px;
            color: green;
            height: 10px;
        }
        
        .taxrange:hover {
           outline: none;
           opacity: 0.5;
        }
        
        .taxrange::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #8db63e;
        }
        
        .numberecho {
            width: 40px;
        }
        .numberecholong {
            width: 70px;
        }
        
               .spendrange {
            -webkit-appearance: none;
            
            background: white;
            width: 200px;
            opacity: 1;
            border-radius: 55px;
            color: red;
            height: 10px;
        }
        
        .spendrange:hover {
           outline: none;
           opacity: 0.5;
        }
        
        .spendrange::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #d47c4b;
        }
        
        .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: white;
  font-weight: 200;
  opacity: 0.9;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: 30px;
  left: 20%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptextwide {
  visibility: hidden;
  width: 550px;
  background-color: white;
  font-weight: 200;
  opacity: 0.9;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  top: 30px;
  left: 10%;
  font-size: 13px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.submitbox {
            background-color: #d47c4b;
            height: 200px;
            border-radius: 20px;
            width: 500px;
            opacity: 0.9;
            padding: 20px;
            box-shadow: 5px 10px 20px;
            font-family: 'Bree Serif', Verdana;
            position: absolute;
            z-index: 2;
            float: right;
            margin-top: -600px;
            margin-left: 100px;
            transition: width 1s;
}


        
        .tooltip {
              position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
        }
        
        .tooltiptext {
            visibility: hidden;
        }
        
        .tooltiptextwide {
            visibility: hidden;
        }

        .button1:hover .tooltiptext {
            visibility: visible;
        }

        
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
        
        .tooltip:hover .tooltiptextwide {
            visibility: visible;
        }
        
        .capitalplanner {
            
        }
        
.centered {
	margin: auto;
	width: 50%;
}

td {
    max-width: 400px;
}

th {
    font-size: 15px;
}

.block {
 display: none;
 
 background-color: #d47c4b;
            height: 200px;
            border-radius: 20px;
            width: 500px;
            opacity: 0.95;
            padding: 20px;
            box-shadow: 5px 10px 20px;
            font-family: 'Bree Serif', Verdana;
            position: absolute;
            z-index: 2;
            float: right;
            margin-top: -600px;
            margin-left: 100px;
            transition: width 1s;
            
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.explainblock {
 display: block;
 
 background-color: white;
            height: 200px;
            border-radius: 5px;
            width: 500px;
            opacity: 0.95;
            padding: 20px;
            box-shadow: 5px 10px 20px;
            font-family: 'Lado', Verdana;
            position: absolute;
            z-index: 2;
            float: right;
            margin-top: 20px;
            margin-left: 30%;
            transition: width 1s;
            
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.foippablock {
    display: none;
 background-color: white;
            height: 200px;
            border-radius: 5px;
            width: 500px;
            opacity: 0.95;
            padding: 20px;
            box-shadow: 5px 10px 20px;
            font-family: 'Lado', Verdana;
            position: absolute;
            z-index: 2;
            float: right;
            margin-top: 20px;
            margin-left: 30%;
            transition: width 1s;
            
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes appear {
  0%   {height: 0px; width: 0px}
  100% {height: 400px; width: 500px}
}

.grade {
    
      animation-name: gradeit;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
    
}

@keyframes gradeit {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tick {
    font-size: 200px;
}
        </style>