.zodiac-sign {
    float: left;
    margin: 5px 10px 20px 7px;
}

.horo-day {
    text-align: left;
    font-size: 16px;   
}

.today .horo-day  {
    color: #9E1600;
}

.tomorrow .horo-day {
    color: #286CB1;
}

.horo-text {
    text-align: left;
    margin: 0px 0px 10px 7px;
    font-size: 14px;
}

.today .horo-text {
    color: #CE5802;
}

.tomorrow .horo-text { 
    color: #58789A;
}

.horo-description {
    text-align: left;
    text-indent: 25px;
    font-size: 13px;
}
