.elementor-33765 .elementor-element.elementor-element-18b9275{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33765 .elementor-element.elementor-element-18b9275:not(.elementor-motion-effects-element-type-background), .elementor-33765 .elementor-element.elementor-element-18b9275 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e800442 );}.elementor-33765 .elementor-element.elementor-element-04b0389{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33765 .elementor-element.elementor-element-49e024f .elementor-button-content-wrapper{flex-direction:row;}.elementor-33765 .elementor-element.elementor-element-49e024f .elementor-button .elementor-button-content-wrapper{gap:15px;}.elementor-33765 .elementor-element.elementor-element-8d1ff24 .elementor-button-content-wrapper{flex-direction:row;}.elementor-33765 .elementor-element.elementor-element-8d1ff24 .elementor-button .elementor-button-content-wrapper{gap:15px;}.elementor-33765 .elementor-element.elementor-element-8d1ff24 .elementor-button{fill:var( --e-global-color-af1bdd0 );color:var( --e-global-color-af1bdd0 );}.elementor-33765 .elementor-element.elementor-element-7a7c26a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for theme-post-content, class: .elementor-element-04d5597 */th:empty,
td:empty {
  display: none !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
    background-color:#FCF3CF!important;
}

table tbody tr:hover>td, table tbody tr:hover>th

{background-color:#ffffff;}

table {
  max-width: 800px; /* Or any desired maximum width */
  width: 80%; /* Optional: Makes the table responsive within its max-width */
}

/************************      MOBILE STYLES       **************************/

/* Standard orientation iPad device */
@media only screen and (device-width: 768px)
{

}

/* Landscape Orientation Ipad */
@media only screen and (max-device-width: 1024px) and (orientation:landscape)
{


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

table {
  max-width: 800px; /* Or any desired maximum width */
  width: 100%; /* Optional: Makes the table responsive within its max-width */
}

}/* End custom CSS */