/** {
    border: 1px solid red !important;
}*/

div.ui-datepicker {
   font-size: 150%;
    margin-left: auto;
    margin-right: auto;
}

.event a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
    text-align: center;
}

.ui-datepicker-calendar td span {
    text-align: center;
}

#eventlist-region-list th {
    color: white;
}

#eventlist-region-list tr:hover {
    background-color: #323232;
}

@media (min-width: 992px) {
    /*Webinar Signup*/
    #eventslist-region {
        width: 50%;
    }


    #eventOrganizer-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #eventOrganizer-content {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .instruction {
        font-size: 1.5em;
    }
}


@media (max-width: 991px) {
    #eventslist-region th,  #eventlist-region-title, #eventlist-region-list, .instruction {
        text-align: center;
    }
}
