	#bdn-weather-widget {
		width: 295px;
		color: #006944;
		font-family: helvetica;
		font-weight: 600;
		font-size: 10px;
		letter-spacing: 1.2px;
		text-align:center;
		padding: 5px 0;
	}
	#bdn-weather-widget a {
		color: #006944;
	}
	#bdn-weather-widget .weather-left {
		float: left;
		width: 150px;
		padding: 0;
	}
	#bdn-weather-widget .weather-day {
		width:65px;
		float:left;
		padding: 0 5px;
	}
	#bdn-weather-widget .weather-day .weather-icon {
		width:35px;
		padding: 2px 2px 2px 0;
		float: left;
	}
	#bdn-weather-widget .weather-day .weather-day-temps {
		width:25px;
		padding: 0;
		float: left;
	}
	#bdn-weather-widget .weather-day .weather-day-temps .weather-temp-top {
		padding: 0 0 2px 4px;
	}
	#bdn-weather-widget .weather-day .weather-day-temps .weather-temp-bottom {
		padding: 2px 0 0 4px;
	}
	#bdn-weather-widget .weather-right {
		width: 125px;
		padding: 0 10px;
		float: right;
	}
	#bdn-weather-widget .weather-red {
		color: #651F0D;
	}
	#bdn-weather-widget .weather-red a {
		color: #651F0D;
	}
	#bdn-weather-widget .weather-blue {
		color: #4E707C;
	}
	#bdn-weather-widget .weather-blue a {
		color: #4E707C;
	}
	#bdn-weather-widget .weather-temp {
		font-weight: 600;
		font-size: 15px;
	}
	#bdn-weather-widget .weather-temp a {
		font-weight: 600;
		font-size: 15px;
		text-decoration: none;
	}