
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;
}
 /* Images change for Web and mobile rebrand */
#horoscope-signs-landing div.icon-aries {
    height: 68px;
    width: 68px;
    background: url("../img/horoscope/icon-horoscope-aries-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-taurus {
    background: url("../img/horoscope/icon-horoscope-taurus-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-gemini {
    background: url("../img/horoscope/icon-horoscope-gemini-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-cancer {
    background: url("../img/horoscope/icon-horoscope-cancer-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-leo {
    background: url("../img/horoscope/icon-horoscope-leo-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-virgo {
    background: url("../img/horoscope/icon-horoscope-virgo-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-libra {
    background: url("../img/horoscope/icon-horoscope-libra-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-scorpio {
    background: url("../img/horoscope/icon-horoscope-scorpio-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-sagittarius {
    background: url("../img/horoscope/icon-horoscope-sagittarius-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-capricorn {
    background: url("../img/horoscope/icon-horoscope-capricorn-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-aquarius {
    background: url("../img/horoscope/icon-horoscope-aquarius-new.jpg") no-repeat;
    background-size: 68px 68px;
}
#horoscope-signs-landing div.icon-pisces {
    background: url("../img/horoscope/icon-horoscope-pisces-new.jpg") 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;
}
