.horoscope td {
	text-align: left;
}

.horoscope p {
	margin: 18px 0;
}

.secondary {
	margin-top: 35px;
}

@media (max-width:650px) {
	.horoscope {
		width:300px;
		margin: auto;
	}
}

@media (min-width:651px) {
	.horoscope {
		width:600px;
	}
}