.webinar-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.webinar-table td {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.webinar-table th {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 12px 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.webinar-table .webinar-table-cell {
    text-align: left;
    vertical-align: top
}

/*to get light box to open correctly*/
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-table-overlay{
    position: fixed;
    background: rgba(0,0,0,0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1040;
    opacity: 0; 
    pointer-events: none;
    padding: 20px 20px;
    /*transition:         opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition:    opacity 0.3s ease-in;
    -o-transition:      opacity 0.3s ease-in; */
    }
    html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-table-window{
    position: relative;
    top: 0;
    max-width: 861px !important;
    margin: 0 auto !important;
    z-index: 1050;
    }
    
    html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-table-overlay.active{
    pointer-events: auto;
    }
    p#close-form,
    p.close-form{
    cursor: pointer;
    }
    .lp-table-window .row{
    min-width: 0px !important;
    }

    p:not(.wp-full-width){
        max-width: 800px !important;
    }

@media screen and (max-width: 767px) {
    .webinar-table {
        width: auto !important;
    }

    .webinar-table col {
        width: auto !important;
    }

    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}