/*******************eventsWidget.html*************************/
.widgetEvent{
    height: 74px;
    margin-bottom: 13px;
    margin-left: 8px;
}
.widgetDetails{
    margin-top: 5px;
    margin-left:5px;
    float:left;
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.widgetRow{
        float: left;
        width: 100%;
    }