    .event_dashboard_header {
        background-color: #2a70b9;
        color: white;
        font-size: 8pt;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .event_itinerary_add_edit_objects_outrides {
        background-color: whitesmoke;
        text-align: center;
    }

    .event_itinerary_add_edit_objects_outrides_selected {
        background-color: darkslategray;
        color: white;
    }

    .event_itinerary_objects_item {
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        background-color: whitesmoke;
        line-height: 30px;
    }
