#calculator_content {
    position: relative;
    overflow: auto;
    width: 100%
}

#watering_schedule {
    width: 100%;
    min-height: 475px;
    padding-bottom: 50px
}

#watering_schedule h3 {
  font-size: 18px;
}

#watering_schedule h2 {
  color: #365478;
  font-size: 20px;
}

#watering_schedule a.subdued {
    color: #333
}

#watering_schedule a.subdued:hover {
    text-decoration: none;
    color: #f06a1d
}

#watering_schedule ul {
    list-style: none
}

#watering_schedule th {
  padding: 7px;
  text-align: center;
  background: #365478;
  color: white;
  letter-spacing: 0.5px;
}

#watering_schedule table,
#watering_schedule tr,

#watering_schedule td {
    border: 0;
    text-transform: none;
    padding: 9px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

#watering_schedule table {
    width: 390px;
    margin: 25px 0;
}

#watering_schedule input {
    margin: 5px 0
}

#watering_schedule input[type='text'] {
  padding: 5px 7px
}

#watering_schedule textarea {
    border: 1px solid #bbb
}

#watering_schedule button {
  border: 2px solid #4a6585;
  color: #365478;
  background: white;
  padding: 8px 12px;
  font-size: 13px;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}

#watering_schedule label {
    display: block;
    font-weight: normal;
}

#watering_schedule span {
    display: inline-block
}

#watering_schedule ul {
    display: inline-block;
    margin-top: 0
}

#watering_schedule .error,
#watering_schedule .errors,
#watering_schedule .alert {
    color: #f06a1d !important
}

#watering_schedule .help-inline {
    display: inline;
    margin-left: 5px;
}

#watering_schedule .center {
    text-align: center
}

#watering_schedule .clickable {
    cursor: pointer
}

#watering_schedule table.bottom_buttons {
    width: 100%;
    margin: 20px 0 0 0;
    border: 0;
    position: absolute;
    bottom: 15px
}

#watering_schedule table.bottom_buttons button {
    margin: 0
}

#watering_schedule table.bottom_buttons tr {
    background: white !important
}

#watering_schedule table.bottom_buttons td {
    border: 0;
    float: none;
    padding: 0;
    vertical-align: bottom
}

#watering_schedule table.bottom_buttons td button {
    display: inline-block;
    min-width: 120px
}

#watering_schedule table.bottom_buttons td.left {
    text-align: left
}

#watering_schedule table.bottom_buttons td.left button {
    margin-right: 10px
}

#watering_schedule table.bottom_buttons td.right {
    text-align: right
}

#watering_schedule table.striped_even td.off {
    background: #c5c5c5
}

#watering_schedule table.striped_even tr:nth-child(even) {
    background: #f8f8f8
}

#watering_schedule table.striped_even tr:nth-child(odd) {
    background: white
}

#watering_schedule #results_legend {
    width: 390px;
    text-align: center;
    margin: 10px 0 35px 0;
}

#watering_schedule #results_legend .legend {
    margin: 0 auto;
    border: 1px solid #999;
    padding: 8px 8px 5px 5px;
    width: 155px;
    text-align: center
}

#watering_schedule #results_legend .legend span.legend_box {
    display: inline-block;
    background: #c5c5c5;
    border: 1px solid #052e5b;
    height: 11px;
    width: 11px
}

#watering_schedule #results_legend .legend span.legend_label {
    position: relative;
    bottom: 2px
}

#stations ul.lawn_info .loading {
    margin: 6px 0
}

#stations ul.lawn_info input {
    margin-right: 5px
}

#stations .restrictions ul.days_allowed li {
    display: inline-block;
    text-align: center;
    margin-right: 20px
}

#stations .restrictions ul.days_allowed label {
    display: block;
    font-weight: normal;
}

#stations ul {
    margin-left: 20px;
    padding: 0
}

#stations ul li {
    margin: 7px 0
}

#stations ul li span.label {
    width: 145px;
    font-size: 15px;
}

#stations label.errors {
    text-align: center;
    margin: 5px
}

#stations label.errors a {
    color: #005288
}

#stations .et_data {
    min-height: 75px;
}

#stations .et_data label {
    display: block
}

#stations .et_data span.month {
    width: 60px;
    text-align: right;
    margin: 10px 0
}

#stations .et_data input {
    display: inline-block;
    width: 55px;
    text-align: center
}

#station {
  margin-bottom: 10px;
}

#station div#catch_cup_fields {
  margin-bottom: 15px;
}

#station div#catch_cup_fields p.error {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

#station div#catch_cup_fields div.inputs div.catch_cup {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px
}

#station div#catch_cup_fields div.inputs div.catch_cup span.station_number {
    width: 39px;
    text-align: right;
    padding-right: 5px
}

#station div#catch_cup_fields div.inputs div.catch_cup input {
    width: 50px;
    text-align: center;
    font-size: 14px
}

#results table,
#results td {
    text-align: center;
    border: 1px solid #d2d2d2;
    border-collapse: collapse
}

#results table.striped tr:nth-child(2n) {
    background-color: #f7f7f7
}

#results #email_results {
    margin-top: 20px
}

#results #email_results input[type=radio] {
    margin: 0 5px 0 10px
}

#results #email_results button {
    margin: 15px 10px
}

#audit .restrictions ul.days_allowed li {
    display: inline-block;
    text-align: center;
    margin-right: 20px
}

#audit .restrictions ul.days_allowed label {
    display: block
}

#audit ul.lawn_info .loading {
    margin: 6px 0
}

#audit ul.lawn_info input {
    margin-right: 5px
}

#audit ul {
    margin-left: 20px;
    padding: 0
}

#audit ul li {
    margin: 7px 0
}

#audit ul li span.label {
    width: 102px;
    text-align: right;
    padding-right: 6px
}

#audit .error {
    text-transform: none
}

#audit label.errors {
    text-align: center
}

#audit label.permitted_watering_days {
    position: absolute
}

#audit td.td-label {
  font-weight: 500;
}

#audit table.zones {
    width: 100%
}

#audit table.zones td {
    text-align: left;
    padding: 3px
}

#audit table.zones td.label {
    text-align: right
}

#audit table.zones textarea {
    width: 555px;
    height: 70px;
    margin-left: 5px;
    padding: 7px;
}

#audit #results_legend {
    width: 100%
}

#watering_schedule table.bottom_buttons {
    width: 700px
}

#watering_schedule select {
  width: 165px;
  background: white;
  height: 35px;
}

.full_width {
  width: 100% !important;
}
