.wtprint {
	float:right;
}
#intown {
	height:275px;
}
#intown.month {
	height:220px;
}

#weather .fcontent {
	height:225px;
}
#weather .scity {
	color:#777;
}
#weather .scity .crumb{
  white-space: nowrap;
}
#weather .wicon {
	background-image: url(/static/app/weather_new.png);
}
#weather .section {
	height:172px;
	background:rgba(255,255,255,0.75);
}
#weather .date {
	color:#777;
}
#weather .wrap {
	color:#3B8AC0;
	padding-top: 4px;
	top: 167px;
	font-size:0.9em;
}
#weather .temp {
	left: 28px;
	width:100px;
	text-align:center;
	top:49px;
	z-index: 5;
	text-shadow: -2px -2px 2px white, -2px 2px 2px white, 2px 2px 2px white, 2px -2px 2px white;
	color:#222;
	font-size:30px;
	font-weight:normal;
}
#weather .higher .temp {
	top:59px;
}
#weather .temp span.meas{
	font-size:12px;
	top:4px;
	position:absolute;
	color:#777;
}
#weather .barp {
	top: 66px;
	background-position: -1px +4px;
}
#weather .higher .barp {
	top: 76px;
}
#weather .hum {
	top: 93px;
}
#weather .higher .hum {
	top: 103px;
}
#weather .water {
	top: 120px;
	background-position: 0 -34px;
}
#weather .higher .water {
	top: 130px;
}
#weather .barp, #weather .wind, #weather .hum, #weather .water {
	position: absolute;
	left: 124px;
	width: 93px;
	text-align:left;
	padding-left:18px;
	padding-top:1px;
	font-size:18px;
	font-weight:bold;
	color:#069;
}
#weather .wind {
	top: 40px;
	padding-left:0;
	background-position: 0 -36px;
}
#weather .higher .wind {
	top: 50px;
}
#weather .wind dl {
	padding-left:18px;
	padding-right: 0;
	width:88px;
	white-space: nowrap;
}

#weather dl.wind0 {
	background-position:-22px -120px;
}
#weather dl.wind1 {
	background-position:-22px -160px;
}
#weather dl.wind5 {
	background-position:-22px -200px;
}
#weather dl.wind3 {
	background-position:-22px -240px;
}
#weather dl.wind7 {
	background-position:-22px -280px;
}
#weather dl.wind2 {
	background-position:-22px -320px;
}
#weather dl.wind8 {
	background-position:-22px -360px;
}
#weather dl.wind6 {
	background-position:-22px -400px;
}
#weather dl.wind4 {
	background-position:-22px -440px;
}

#weather .wind dd {
	font-size:inherit;
}
#weather .wind dt {
	left: 55px;
	font-size: 11px;
	top: 7px;
	color:#069;
	font-weight:normal;
	display:inline;
	padding-left:3px;
}
#weather .unit {
	position:relative;
	font-size:11px;
	margin-left:3px;
	color:#777;
	font-weight:normal;
}
#weather .hum span.unit {
	font-size:11px;
}
#weather .hum .unit,
#weather .wind .unit,
#weather .barp .unit,
#weather .water .unit {
	top: 0;
	left: 0;
}
#weather .cloudness {
	height: 95px;
	top: 50px;
}
#weather .higher .cloudness {
	top: 60px;
}
#weather .cloudness dt {
	margin: 0;
}
#weather .cloudness dd {
	width: 123px;
}
#weather .cloudness dd table, #weather .cloudness dd td{
	height:41px;
	width:123px;
	vertical-align:center;
	color:#777;
}
.meas_hum_txt {
	display:inline-block !important;
}
