#post-28252{
	  max-width: 50%;
    margin: auto;
}
#post-28252 select, textarea, #post-28252 input[type='url'], #post-28252 input[type='tel'], #post-28252 input[type='text'], #post-28252 input[type='time'], #post-28252 input[type='date'], #post-28252 input[type='datetime'], #post-28252 input[type='datetime-local'], #post-28252 input[type='email'], #post-28252 input[type='number'], #post-28252 input[type='search'], #post-28252 input[type='password'], .ct-widget #post-28252 select, #post-28252 fieldset .wc-stripe-elements-field{
	background:#fff !important;
}

.wpcf7 .wpcf7-submit {
    margin-top: 20px;
    background: blue;
}
table, th{
	border:none
}
table tr:nth-child(odd) {
    background: #f5f5f5;
}
table tr:first-child {
    background: #ddd;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
	border:none;
	background: #0d3450 !important;
    color: #fff;
}
table tr:first-child td:first-child {
	border-top-left-radius: 10px !important;
	border:none;
	border-right: 1px solid #6a6d70;
}
table tr:first-child td:last-child {
	border-top-right-radius: 10px !important;
	border:none;
}

@media screen and (max-width: 700px){
	#post-28252{
			max-width: 100%;
	}
}




.button1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 19px;
    border: 1px solid #b36b00;
    border-radius: 15px;
    background: #ffb000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#b36b00));
    background: -moz-linear-gradient(top, #ffb000, #b36b00);
    background: linear-gradient(to bottom, #ffb000, #b36b00);
    font: normal normal bold 18px arial;
    color: #000000;
    text-decoration: none;
}
.button1:hover,
.button1:focus {
    border: 1px solid #ff9900;
    background: #ffd300;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd300), to(#d78000));
    background: -moz-linear-gradient(top, #ffd300, #d78000);
    background: linear-gradient(to bottom, #ffd300, #d78000);
    color: #000000;
    text-decoration: none;
}
.button1:active {
    background: #b36b00;
    background: -webkit-gradient(linear, left top, left bottom, from(#b36b00), to(#b36b00));
    background: -moz-linear-gradient(top, #b36b00, #b36b00);
    background: linear-gradient(to bottom, #b36b00, #b36b00);
}
.su-table table td{
	background:unset !important;
	border:0px !important;
}