#box {
    background-image: linear-gradient(#c0af6c, #9f9359);
    background-color: #c0af6c;
    border: 4px solid #aedee4;
    font: 12px/1.5em tahoma, arial, helvetica, sans-serif;
    position: absolute;
    left: 140px;
    top: -76px;
    height: 201px;
    min-width: 252px;
}

#box table {
    padding: 5px 10px;
    font-size: 1.1em;
    margin: 0px;
}

#box table td {
    height: 36px;
    padding-right: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

/* the text before the value in the box */
#box table .preVal {
    float: left;
    padding-right: 2px;
}

/* the actual value itself in the box */
#box table .totalVal {
    font-size: 1.8em;
    padding-left: 8px;
}

/* appropriately adjusts values that have a preVal (e.g. '$')*/
#box table .preVal + .totalVal {
    padding-left: 0px;
}

/* handles the units text for a value in the box */
#box table .units {
    padding-left: 2px;
    font-size: .7em;
}

/* handles the subtext for a value description in the box */
#box table .subtext {
    display: block;
    font-size: .7em;
}

.sliderContainer {
    background: url('https://133672.staticwbm.com/20250912135045im_/https://raingardenalliance.org/images/rainfall-gauge-background.png') top left no-repeat;
    height: 468px;
    width: 648px;
    top: 0px;
    position: absolute;
    z-index: 100;
}

.ui-slider {
    border: 5px solid transparent;
    background-color: transparent;
    left: 208px;
    top: 83px;
    height: 223px;
}

.ui-slider-range {
    background-color: transparent;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    border: none;
    width: 39px;
    height: 59px;
    background: url("https://d870e3.staticwbm.com/20250912135045im_/https://raingardenalliance.org/images/rainfall-gauge-thumb.png") no-repeat;
}

.ui-slider.ui-slider-vertical.ui-widget.ui-widget-content.ui-corner-all {
    width: 0px;
    border: 0px;
}

.ui-slider-vertical .ui-slider-handle {
    margin-bottom: -30px;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#slider {
    float: clear;
}

#gardenSize {
    color: #771f0b;
}

#depthOfGarden {
    color: #553700;
}

#rainfallCaptured {
    color: #0a3347;
}

#numberOfPlants {
    color: #707243;
}

#gardenCost {
    color: #fff;
}

.group label {
    text-align: center;
}

.group label img {
    height: 30px;
    width: 30px;
}

.sizeExplanation {
    float: none;
    width: 100%;
    border-bottom: 1px dotted #065E9D;
}

.contentRow {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.list-4 {
    margin: 0 -14px 0 0;
    list-style: none;
}

ul.list-4 li {
    float: left;
    width: 23%;
    min-height: 215px;
    padding-left: 5px;
    padding-right: 5px;
}

.formElements ul.list-4 li {
    min-height: 0px;
}

.group {
    display: block;
}

.group label {
    position: relative;
    text-align: center;
    margin-left: 0px;
}

.group label span {
    display: block;
}

.group-3 label {
    display: inline;
    width: 30%;
    float: left;
}

.group-2 label {
    display: inline;
    width: 45%;
    float: left;
}

.group-1 label {
    display: inline;
    width: 45%;
}


.group.soil label img {
    margin: 0px 0px 2px 14px !important;
}

.group.depth label img {
    margin: 0px 0px 2px 21px !important;
}

input[type=number] {
    -webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    width: 50px;
}

#datOr label {
    padding-left: 70px
}

#squared label {
    padding-left: 50px
}

#spouts label {
    padding-left: 50px;
}

.handleLine {
    border-bottom: 4px solid #aedee4;
    width: 109px;
    position: relative;
    top: 99px;
    right: 109px;
}

.waterColor {
    background-color: #104183;
    z-index: 0;
    position: relative;
    height: 255px;
    width: 200px;
    left: 130px;
    top: 192px;
}

.nonWaterColor {
    background-color: #4980B2;
    height: 468px;
    width: 648px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.descriptionElements h3 {
    display: none;
}

/*                    __    _ __   
   ____ ___  ____  / /_  (_) /__ 
  / __ `__ \/ __ \/ __ \/ / / _ \
 / / / / / / /_/ / /_/ / / /  __/
/_/ /_/ /_/\____/_.___/_/_/\___/ */
                                 

.isMobile .descriptionElements h3 {
    display: block;
}

.isMobile .formElements {
    display: block;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.isMobile .formElements h3 {
    display: inline;
    padding-right: 10px;
    float: left;
    min-width: 100px;
    font-size: 1.3em
}

.isMobile .formElements .group {
    display: inline;
    float: left;
}

.isMobile .formElements input[type=number] {
    min-width: 100px;
    line-height: 20px;
    font-size: 18px;
}

.isMobile .formElements input[type=radio] {
    width: 24px;
    height: 24px;
    margin: 0px !important;
}

.isMobile .formElements label span {
    font-size: 18px;
}

.isMobile ul.list-4 li {
    float: left;
    width: 100%;
    min-height: 0;
}

.isMobile .group label {
    width: auto;
    position: inherit;
    margin-left: 28px;
    margin-top: 0px;
    font-size: 14px;
    text-align: inherit;
}

.isMobile .group img {
    display: none !important;
}

.isMobile .group.soil label span,
.isMobile .group.depth label span {
    display: inline;
}

.isMobile #datOr {
    padding-top: 10px;
}

.isMobile #datOr label {
    padding-left: 0px;
}

.isMobile #squared label {
    padding-left: 0px;
}

.isMobile #spouts label {
    padding-left :0px;
}
/*
     FILE ARCHIVED ON 20:02:52 Sep 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:29:59 May 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.383
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.025
  esindex: 0.007
  cdx.remote: 14.181
  LoadShardBlock: 85.155 (3)
  PetaboxLoader3.datanode: 117.906 (6)
  PetaboxLoader3.resolve: 153.005 (3)
  load_resource: 195.411 (2)
  loaddict: 14.762
*/