.xscores-menu-button{
    text-align: center;
    border-radius: 6px;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
}
.xscores-menu-button .text{
    text-align: center;
}
.xscores-menu-button-selected{
    box-shadow: 0px 1px 2px #ddd;
    background-color: #5c9801;
    border-color: #5c9801;
    color: #fff;
}

/* HOROSCOPE */
.horoscope-list-item{
    text-align: center;
    padding: 20px;
}
.horoscope-list-item img{
    width: auto;
    max-height: 60px;
    max-width: 100%;
}
