ul#filterListContainer {
	padding: 0px;
	text-align: center;
}

	li.filterItem {
		list-style-type: none;
		background-color: rgb(58,135,173);
		border: 1p	x solid #3a87ad;
		border-radius: 3px;
		display: inline-block;
		font-size: 0.85em;
		font-weight: normal;
		line-height: 1.3;
		padding: 2px 3px;
	}
	
		li.filterItem a {
			color: White;
		}
	
	li#moisture {
		background-color: rgba(210,210,210,1);
	}
	
		li#moisture.hiddenEvent {
			background-color: rgba(210,210,210,0.5);
		}
	
	li#irrigation {
		background-color: rgba(34,91,211,1);
	}
	
		li#irrigation.hiddenEvent {
			background-color: rgba(34,91,211,0.5);
		}

div#eventContainer div.eventType div.info {
	font-size: 1.5em;
}

div.commentsContainer {
	
}

	textarea#userComment {
		width: 450px;
		heightL 6em;
	}

section#irrigationWindow {
	
}

	section#irrigationWindow h2 {
		font-size: 2.5em;
	}
	
	section#irrigationWindow p {
		text-align: center;
	}
	
	table#irrigationWindows {
		width: 600px;
		margin: 0px auto 1em;
	}
	
		table#irrigationWindows th {
			background-color: rgb(212, 232, 239);
			color: rgb(44, 157, 179);
		}
		
		table#irrigationWindows th, table#irrigationWindows td {
			padding: 0.5em;
		}

div.irrigationWindowContainer {
	margin-bottom: 1em;
}

	div.irrigationWindowContainer label:last-of-type {
		margin-left: 1em;
	}
	
	div.irrigationWindowContainer input {
		width: 100px;
		margin-left: 0.5em;
	}
	
section#updateIrrigation {
	margin-top: 2em;	
}

section#irrigationNotifications {
	
}

	section#irrigationNotifications h2 {
		font-size: 2.5em;
	}
	
	section#irrigationNotifications p {
		text-align: center;
	}

	table#irrigationNotifications {
		width: 600px;
		margin: 0px auto 1em;
	}
	
		table#irrigationNotifications th {
			background-color: rgb(212, 232, 239);
			color: rgb(44, 157, 179);
		}
		
		table#irrigationNotifications th, table#irrigationNotifications td {
			padding: 0.5em;
		}
		
		table#irrigationNotifications tr.noNotifications td {
			text-align: center;
			font-style: italic;
		}
	
div.irrigationNotificationContainer {
	margin-bottom: 0.5em;
}

	div.irrigationNotificationContainer.bottom {
		margin-bottom: 1em;
	}

	div.irrigationNotificationContainer label {
		width: 100px;
		text-align: right;
		padding-right: 0.5em;
	}
	
	div.irrigationNotificationContainer select#notificationSensor {
		width: 200px;
	}
	
	div.irrigationNotificationContainer input#notificationRecipient, div.irrigationNotificationContainer input#notificationDisplayName {
		width: 200px;
	}
	
/* iPhone overrides */
@media only screen and (max-width: 700px) {
	section#updateIrrigation {
	
	}
		section#updateIrrigation h2.section-title {
			font-size: 2.5em;
		}
}
	