/*
    Created on : 09-oct-2017, 16:10:39
    Author     : arodriguez
*/


.department-title
{
    float: left;
    font-size: 2.5em;
    font-family: 'Droid Sans', sans-serif;

}

.offer-block
{
    margin-top: 10px;
}

.offer-head{
    display: inline-block;
    width: 100%;
    font-size: 27px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 13px;
}

.count-number{
    float: right;
    color: gray;
    font-size: 20px;
    display: none;
}

.offer-body{
    margin: 1% 0px;
    display: inline-block;
    width: 80%;

}
