x-phone .day {
	font-size: 87%;
}
.day {
	display: inline-block;
	background-color: #F9F9F9;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: white 0 1px 0;
	width: 100%;
	text-align: center;
	vertical-align:bottom;
	-webkit-border-radius: 0.3125em;
	-webkit-box-shadow: inset 0 1px 1px #888;
	box-shadow: inset 0 1px 1px #888;
	padding: 1em;
	/*margin: .5em;*/
	box-sizing: border-box;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.center-table {
	text-align: center;
	margin: 0 auto;
	display: table;
}
.temp {
	display: inline-block;
	font-size: 3em;
	line-height: 100%;
	text-align: left;
	width: 45%;
}
.conftext {
	
}
.descrtext {
	font-size: 0.35em;
}
.tempconf {
	float: right;
	font-size: .8em;
	display: inline-block;
	text-align: left;
	width: 45%;
	vertical-align: center;
}
@media ( max-width: 479px ) {
	.temptext {
		display: none;
	}
}
@media ( min-width: 480px ) {
	.temp {
		width: 55%;
	}
	.tempconf {
		width: 36%;
	}
}
@media ( max-width: 479px; ) {
	.temp {
		width: 45%;
	}
	.tempconf {
		width: 45%;
	}
}
@media ( max-width: 319px ) {
	.conftext {
		display: none;
	}
}
.date {
	text-align: right;
	display: inline-block;
	float: right;
}
.temp_low {
	font-size: .8em;
	margin: .5em;
}
.base {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	vertical-align: top;
}
/*.ui-dialog-contain {
	width: 92.5%;
	max-width: 1920px;
}*/
.horiz-3 .ui-controlgroup-controls {
	width: 100%;
	text-align: center;
}
.horiz-3 .ui-radio {
	width: 33.3%;
	text-align: center;
}
.horiz-4 .ui-controlgroup-controls {
	width: 100%;
	text-align: center;
}
.horiz-4 .ui-radio {
	width: 24.9%;
	text-align: center;
}
.red {
	background: #c1272d !important;
	border: none;
	color: white;
	text-shadow: 0 1px 0 black;
}