.recirculating_feed_products >div{margin-bottom: 30px;}
.recirculating_feed_products input[type="text"], .drain_to_waste_feed_products input[type="text"]{width:45%;}
.recirculating_feed_products input[type="radio"], .drain_to_waste_feed_products input[type="radio"]{margin-left:5px;}
.drain_to_waste_feed_products >div{margin-bottom: 30px;}
.outdoor_feed_products >div{margin-bottom: 30px;}
div#feed_ec p input {
  margin-bottom: 5px;
}
div#feed_ppm p input {
  margin-bottom: 5px;
}

.data-section{
  border: 1px solid #F7F4F4;
  box-shadow: 0px 1px 1px 1px #DEDCDC;
}

#recirculating_feed .recirculating_feed_litre_weeks_container, #recirculating_feed .recirculating_feed_gallon_weeks_container{width:48%; display:inline-table;}
#drain_to_waste_feed .drain_to_waste_feed_litre_weeks_container, #drain_to_waste_feed .drain_to_waste_feed_gallon_weeks_container{width:48%; display:inline-table;}


table#nutrient_table{
  border-collapse: collapse;
  width: 95%;
  font-size: 13px;
  margin:30px 30px 10px 30px;
}
table#nutrient_table img{
  vertical-align: sub;
  margin-right: 10px;
}
table#nutrient_table th.feed_units{
  width: 25%;
}
.useful-convension{
  margin:3px 30px 3px 30px;
  padding: 5px;
  background-color: #1B0E0C;
  color: #ffffff;
  cursor:default;
  border: none;
}

table#nutrient_table td, table#nutrient_table th {
  /*border: 1px solid #dddddd;*/
	border:none;
  text-align: center;
  padding: 8px;
}

table#nutrient_table tr:nth-child(even) {
  background-color: #F3F2F2;
}
table#general_guide_table tr:nth-child(even) {
  background-color: #F3F2F2;
}
table#nutrient_table tr:nth-child(2){
  background-color: #1B0E0C;
  color: #ffffff;
}
table#nutrient_table td:nth-child(1){
  font-weight: 700;
}
table#nutrient_table .feed_stage_head th{
  font-size: 16px;
}
table#nutrient_table .feed_stage_head th img{
  margin-right: 5px;
}
table#nutrient_table .feed_stage_head th span{
  vertical-align: middle;
}

table#general_guide_table{
  border-collapse: collapse;
  width: 95%;
  font-size: 13px;
  margin:0px 30px 10px 30px;
}

#feeds_form .feeds_form_group{display: inline-block; margin-bottom: 2px; margin-right: 5px;}

#feeds_form .feeds_form_group select {
    display: block;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 9px 25px 5px 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI1NSAyNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnIGlkPSJhcnJvdy1kcm9wLWRvd24iPgoJCTxwb2x5Z29uIHBvaW50cz0iMCw2My43NSAxMjcuNSwxOTEuMjUgMjU1LDYzLjc1ICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM2RkJFNDQiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BvbHlnb24+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg=='),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
#feeds_form .feeds_form_group select::-ms-expand {
    display: none;
}
#feeds_form .feeds_form_group select:hover {
    border-color: #888;
}
#feeds_form .feeds_form_group select:focus {
    border-color: #aaa;
    color: #222;
    outline: none;
}
#feeds_form .feeds_form_group select option {
    font-weight:normal;
}

#feeds_form .feeds_form_group input[type=number] {
    width: 65%;
    padding: 3px 3px;
    margin-bottom: 5px;
    max-height: 32px;
    margin-top: 2px;
}
#feeds_form input:focus, #feeds_form select:focus{
    outline: none;
}

#feeds_form .feeds_form_group label{font-size: 16px;}

.feed_container button.btn{
  border: none;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  margin: 8px 8px 8px 0px;
}
.feed_container button.feed-download{
  background-color: #6fbe44;
}
.feed_container button.feed-email{
  background-color: #F64222
}
.feed_container .feed_name_container{
  padding: 3px 0px 3px 6px;
  font-size: 16px;
  margin: 8px 8px 8px 0px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  display: none;
  color: black;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.feed_container .feed_name_container i{
  margin-left: 15px;
  color: black;
  font-size: 30px;
  vertical-align: sub;
}

.feed_container .feed_button{
  margin-top: 1px;
}
.feed_container .feed-disclaimer{
  float: right;
  font-weight: 500;
  margin-right: 23px;
  font-size: 11px;
}
.feed_container #feed_description{
  margin: 0px 30px 10px 30px;
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .data-section{overflow: auto;}

}

@media (min-width: 481px) and (max-width: 767px) {

  .data-section{overflow: auto;}

}

@media (min-width: 320px) and (max-width: 480px) {

  .data-section{overflow: auto;}
  table#nutrient_table{
    width: 100%;
  }
  table#general_guide_table{
    width: 100%;
  }
  .feed_container .useful-convension{
    width: 46%;
  }
  .feed_container .feed-disclaimer{width: 25%; margin-right:0px;}
}
