#weatherToday img, #weatherTomorrow img{
	/* fixes a glitch with responsive images in weather widget */
	width: 100px;
	border: 0;
	box-shadow: none;
}
.zpWeatherWidget.right{
	margin-left: 0;
	margin-right: 0;
}
.zpWeatherWidget.right{
	margin-left: auto;
	margin-right: 0;
}
.zpWeatherWidget.center{
	margin-left: auto;
	margin-right: auto;
}