  /* Hannon Hill css */

#event-details dt{
    color: #00205B;
    font-size: 16px;
    margin-top: 0px;
    clear:left;
    float:left;
    margin-right:0px;
}

#event-details dd{
    color: #00205B;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: 130px;
}

#event-details dd.location{
    margin-top: 13px;
}

#event-details dd ul{
    list-style-type: disc;
    padding-left:13px!important;
}

::selection {
color: #fff;
background: #00205B;
}

