.promo_description {
    width:80%;
    background: #926C9D;    
    color:#fff;
    margin:1em auto;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 padding:0;
}

.promo_description h3 {
    text-align: center;
    background: #000;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.promo_description p {
    text-indent: 0 !important;
}

.promo_dates {
    font-size: 0.9em;
    font-style: italic;
}
