.inbusiness-yr h1{
	margin-bottom:40px;
	line-height:1.2em;
	font-size:60px}
	
.inbusiness-yr table{width:100%}
.inbusiness-yr th,.inbusiness-yr td {position:relative;vertical-align:middle;}
.inbusiness-yr tr:first-child td {padding-top:40px}
.inbusiness-yr td:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	display:inline-block;
	margin:auto;
	font-size:20px;}
/*.inbusiness-yr tr:nth-child(2) td.period0:before{content:'NIGHT'}
.inbusiness-yr tr:nth-child(2) td.period1:before{content:'MORNING'}
.inbusiness-yr tr:nth-child(2) td.period2:before{content:'DAY'}
.inbusiness-yr tr:nth-child(2) td.period3:before{content:'EVENING'}
.inbusiness-yr tr:nth-child(2) td:last-child:before{content:'TOMORROW'}*/
.inbusiness-yr th {
	text-transform:uppercase;
}
.inbusiness-yr th span {
	display:block;
}
.inbusiness-yr td{padding-right:20px}
.inbusiness-yr td:last-child{
	border-left: 2px solid rgba(255,255,255,.618);
	padding-left:20px;
	padding-right:0;}
.inbusiness-yr img{width:100%;max-width:350px;}
.inbusiness-yr .wind, .temp{
	width:50%;
	display:inline-block;
	text-align:center;
	padding:20px 0;}
.inbusiness-yr .wind span{
	border:2px solid white;
	border-radius: 21px;
	width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	margin:auto;
	position:relative;
	z-index:1;
	background:rgba(255,255,255,.8);
	color:black;}
.inbusiness-yr .wind span img{
	position:absolute;
	top:-20px;bottom:-20px;right:-20px;left:-20px;
	width:80px;
	height:80px;
	z-index:-1;
	opacity:.2}
.inbusiness-yr .temp{
	position:relative;
	top:8px;
	height:40px;
	line-height:40px;
	font-size:40px}
.inbusiness-yr .temp.warm{color:red}
.inbusiness-yr .temp.cold{color:blue}
.inbusiness-yr .temp:after {content: "\00b0"}
.inbusiness-yr a.credit {
	position:absolute;
	bottom:20px;
	left:0;right:0;
	margin:auto;
	color:white;
	text-decoration:none;}