infoArea{
	color:#666;
	display:block;
	line-height:8vw;
	padding:5vw;
	background:white;
	margin: -1vw 0 0 0;
}
infoTitleSection{
	display:block;
	text-align:center;
	margin:1vw auto 4vw auto;
	font-weight:bold;
	color:#999;
}
infoData{
	display:block;
	margin-bottom:0px;
}
	infoType{
		font-weight:bold;
	}

}
horoscope{
	display:none;
}
chineseHoroscope{
	display:none;
}

			
/* DESKTOP VIEW MODIFICATIONS */
@media all and (min-device-width: 640px) and (min-width: 960px) and (orientation: landscape ){
	body{

	}


infoArea{
	display:block;
	padding:20px 50px;
	line-height:30px;
	background:white;
	margin:0;
}
infoTitleSection{
	display:block;
	text-align:center;
	margin:5px auto 16px auto;
	font-weight:bold;
	color:#999;
}
infoData{
	display:block;
	margin-bottom:0px;
}
	infoType{
		font-weight:bold;
	}

}



