/* Start custom CSS */.elementor img {
    height: auto;
    max-width: 100%;
    border: solid;
    border-width: 1px;
    border-radius: 23px;
    box-shadow: none;
    margin-left: auto;
   margin-right: auto;
}

	table td, table th {
  padding: 0px 10px 15px;
  text-align: center;
}

.elementor-element {
  --widgets-spacing: 20px;
	text-align: center;
    color: #dd0000;
}
	
.elementor-widget-container form {
    margin-bottom: 0;
    text-align: center;
	color: #dd0000;
	font-size: 18px;
}


table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 2.241em;
  font-family: unset;
  text-align: center;
  font-size: 16px;
  color: #d00;
}/* End custom CSS */