.eb-taskbar a.btn.btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #009B72;
    background-image: -moz-linear-gradient(top,#009B72,#009B72);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#009B72),to(#009B72));
    background-image: -webkit-linear-gradient(top,#009B72,#009B72);
    background-image: -o-linear-gradient(top,#009B72,#009B72);
    background-image: linear-gradient(to bottom,#009B72,#009B72);
    background-repeat: repeat-x;
    border-color: #009B72;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009B72',endColorstr='#009B72',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.eb-taskbar a.btn {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    font-family: 'CenturyGothic-Bold',sans-serif;
    text-transform: uppercase;
}

.eb-event-date-info {
    font-size: 100%;
    line-height: 150%;
    display: inline-block;
}