#horoscope_m { 
    padding: 0 0 5px;
    display: inline-block;
}

.horoscope {
    clear: both;
    margin-bottom: 30px;
}

.horoscope #day_descr{
  
      border-bottom: 1px dotted #D1D1D1;
    border-top: 1px dotted #D1D1D1;
    color: #999999;
    font-size: 13px;
    margin: 10px;
    text-align: justify;

}

 .horoscope ul {
    margin: 0;
    padding: 0;
    list-style:none;
  }

   .horoscope li {
    border-bottom: 1px solid #d1d1d1;
    min-height: 80px;
    padding: 10px 10px 5px;
    background: url("/bitrix/templates/damba/images/company-c.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    /*margin-bottom: 5px;*/
    }
    .horoscope li:hover {
        background: #eeeeee;
    }
    .horoscope h4 {
        font-size: 17px;
        font-weight: bold;
        color: #96c11c;
        text-transform: uppercase;
    }
    .horoscope .dates {
        color: #96c11c;
        font-size: 14px;
        float: right;
        padding: 2px 0 0;
    }
    .horoscope .data {
        margin: 0 0 0 70px;
    }
    
    .horoscope img {
        float: left;
    }
    
    .horoscope p {
          font-size: 13px;
    margin: 0 0 10px 5px;
    padding-right: 20px;
    text-align: justify;
    }
    .horoscope .aries {
        background: url(img/g_1.png) no-repeat;
    }
    .horoscope .taurus {
        background: url(img/g_2.png) no-repeat;
    }
    .horoscope .gemini {
        background: url(img/g_3.png) no-repeat;
    }
    .horoscope .cancer {
        background: url(img/g_4.png) no-repeat;
    }
    .horoscope .leo {
        background: url(img/g_5.png) no-repeat;
    }
    .horoscope .virgo {
        background: url(img/g_6.png) no-repeat;
    }
    .horoscope .libra {
        background: url(img/g_7.png) no-repeat;
    }
    .horoscope .scorpio {
        background: url(img/g_8.png) no-repeat;
    }
    .horoscope .sagittarius {
        background: url(img/g_9.png) no-repeat;
    }
    .horoscope .capricorn {
        background: url(img/g_10.png) no-repeat;
    }
    .horoscope .aquarius {
        background: url(img/g_11.png) no-repeat;
    }
    .horoscope .pisces {
        background: url(img/g_12.png) no-repeat;
    }
 #sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
#content {
    clear: both;
    display: block;
    width: 100%;
    max-width: 850px;
}