
ul#horoscope-signs-landing {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#horoscope-signs-landing li {
	padding: 4px 6px 8px 6px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
}

#horoscope-signs-landing div.icon {
    height: 68px;
    width: 68px;
    margin: 0 auto 0.5rem auto;
}
#horoscope-signs-landing div.icon-aries {
    height: 68px;
    width: 68px;
    background: url("../img/horoscope/icon-horoscope-aries.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-taurus {
    background: url("../img/horoscope/icon-horoscope-taurus.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-gemini {
    background: url("../img/horoscope/icon-horoscope-gemini.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-cancer {
    background: url("../img/horoscope/icon-horoscope-cancer.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-leo {
    background: url("../img/horoscope/icon-horoscope-leo.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-virgo {
    background: url("../img/horoscope/icon-horoscope-virgo.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-libra {
    background: url("../img/horoscope/icon-horoscope-libra.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-scorpio {
    background: url("../img/horoscope/icon-horoscope-scorpio.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-sagittarius {
    background: url("../img/horoscope/icon-horoscope-sagittarius.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-capricorn {
    background: url("../img/horoscope/icon-horoscope-capricorn.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-aquarius {
    background: url("../img/horoscope/icon-horoscope-aquarius.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-pisces {
    background: url("../img/horoscope/icon-horoscope-pisces.png") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.sign-name span.name {
    font-weight: 700;
}
#horoscope-signs-landing div.sign-name span.dates {
    color: #949494;
    font-size: 9px;
}
