
body {
	background-color: #fcfcfc;
	margin: 0;
	padding: 0;
	/*background-image: url('../../assets/critters.png');*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1350px auto;
	/*background-size:contain;
	
	//stop it from moving
	background-attachment: fixed;*/
}
#widgets {
	
	background-color: #f3f0e8;/*border: 1px solid #82c76a;*/
	clear: both;
	margin: 0em auto 2em auto;
	/*min-height: 1152px;*/
	padding: 0;
	position: relative;
	width: 1003px;
}

#widgets > li {
	border: 1px solid #01944b;
	display: inline-block;
	list-style: none;
	margin: 0;
	position: absolute;
}

#widgets .gs_w:not(.non-clickable) {
	cursor: pointer;
}

/*--------------------SPECIFIC--------------------*/
.dataUsage {font-size:120%;}


#payment label.description {font-size:0.8em;float:none;}

.gridContainer {height:auto; margin: 0 auto; }
.calendar {font-weight:bold; font-size:115%; color:#F00;background:url('../../assets/calendar.png') no-repeat;
padding-top:20px;width:32px;height:27px; vertical-align:bottom; display:inline-block;}