body {
    font-family: pt_sansregular, sans-serif;
}
.encouragement {
	padding-bottom: 10px;
	border-bottom: 1px solid #D0F1E6;
}

/* planting dark #92C717 light #ECF8E0 */
/* watering dark #5DD5F7 light #DCF5FA */
/* pests dark #C1515F light #FADDDF */
/* care dark #C17BC3 light #F5DFF6 */
/* harvesting dark #EBAC2B light #FDF2DE */

.planting.showVarieties, .planting#selectAllPlantsInGroup {
  font-size: 10pt;
  text-decoration: none;
  color: #5F9B2F;
}
.watering.showVarieties, .watering#selectAllPlantsInGroup {
	color: #5DD5F7;
}
.care.showVarieties, .care#selectAllPlantsInGroup {
	color: #C17BC3;
}
.harvesting.showVarieties, .harvesting#selectAllPlantsInGroup {
	color: #F1A336;
}
.related.showVarieties, .related#selectAllPlantsInGroup {
  color: #00C18A;
}
.photos.numberCircle {
  background: #00C18A;
}

.planting.pane HEADER:first-child {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c961f+0,79af26+100 */
	background: #5c961f; /* Old browsers */
	background: -moz-linear-gradient(left, #5c961f 0%, #79af26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #5c961f 0%,#79af26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #5c961f 0%,#79af26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c961f', endColorstr='#79af26',GradientType=1 ); /* IE6-9 */
}
.planting .plantCheckbox:checked + .plantListRow .numberCircle,
#plantList.planting .paneButton,
.planting.numberCircle,
.planting.addPlantCircle,
INPUT + .toggleSwitch.planting, INPUT.checked + .toggleSwitch.planting
/*,.planting.cropCircle.isUserDefined*/ {
	background: #92C717;
}
.planting .numberCircle.partiallyShaded {
  background-image: repeating-linear-gradient(45deg, #92C717, #92C717 3px, #E2e2e2 3px, #e2e2e2 5px);
}


.related .plantCheckbox:checked + .plantListRow .numberCircle,
.related.addPlantCircle,
#relatedPlants .plantListRow:not(.unchecked) .numberCircle
/*,.related.cropCircle.isUserDefined*/ {
	background: #00C18A;
}

.care.pane HEADER:first-child,
.care .plantCheckbox:checked + .plantListRow .numberCircle,
#plantList.care .paneButton,
.care.numberCircle,
.careApp.numberCircle,
.care.addPlantCircle
/*,.care.cropCircle.isUserDefined*/ {
	background: #C17BC3;
}
.care .numberCircle.partiallyShaded {
  background-image: repeating-linear-gradient(45deg, #C17BC3, #C17BC3 3px, #E2e2e2 3px, #e2e2e2 5px);
}


.watering.pane HEADER:first-child,
.watering .plantCheckbox:checked + .plantListRow .numberCircle,
#plantList.watering .paneButton,
.watering.numberCircle,
.watering.addPlantCircle
/*,.watering.cropCircle.isUserDefined*/ {
	background: #5DD5F7;
}
.watering .numberCircle.partiallyShaded {
  background-image: repeating-linear-gradient(45deg, #5DD5F7, #5DD5F7 3px, #E2e2e2 3px, #e2e2e2 5px);
}


.harvesting.pane HEADER:first-child,
.harvesting .plantCheckbox:checked + .plantListRow .numberCircle,
#plantList.harvesting .paneButton,
.harvesting.numberCircle,
.harvesting.addPlantCircle
/*,.harvesting.cropCircle.isUserDefined*/ {
	background: #EBAC2B;
}
.harvesting .numberCircle.partiallyShaded {
  background-image: repeating-linear-gradient(45deg, #EBAC2B, #EBAC2B 3px, #E2e2e2 3px, #e2e2e2 5px);
}

.appIconImg.icon-2_0_planting {
	color: #92C717;
}
.appIconImg.icon-2_1_watering {
	color: #5DD5F7;
}
.appIconImg.icon-2_3_pests {
	color: #C1515F;
}
.appIconImg.icon-2_2_care {
	color: #C17BC3;
}
.appIconImg.icon-2_4_harvesting {
	color: #EBAC2B;
}
.paneHeaderItem {
	color: #EEE;
	font-size: 10pt;
}
.paneHeaderItem.plusPane {
	font-size: 13pt;
}
H1.paneHeaderItem {
	font-size: 16pt;
	font-weight: normal;
}