/* Reset Divi */

.entry-content #calendar table:not(.variations), body.et-pb-preview #main-content .container #calendar table {
  /*
	border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%
	 */
	     border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0rem 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
	
}
.entry-content #calendar thead th, .entry-content #calendar tr th, body.et-pb-preview #main-content .container #calendar thead th, body.et-pb-preview #main-content .container #calendar tr th {
  /*color: #555;
  font-weight: 700;
  padding: 9px 24px
	*/
padding:0;
}
.entry-content #calendar tr td, body.et-pb-preview #main-content .container #calendar tr td {
  /*
	border-top: 1px solid #eee;
  padding: 6px 24px
	*/
padding:0;
	
}

#content-area #calendar table td, #content-area #calendar table th, #content-area #calendar table tr, #main-content #calendar table.cart td {
  /*
	padding: .857em .587em;
  max-width: 100%
	*/
padding:0;

}

.rapcal-event-detail-save {
list-style: none;
    padding-left: 0;
}