gmp-place-autocomplete {
	background-color: #fff;
	color: #333;
	font-size: 14px;
  	font-weight: normal;
  	line-height: 1.428571429;	
  	height:32px;
  	border-radius: 0px;
  	color-scheme: light;
}
gmp-place-autocomplete::part(prediction-list) {
	background-color: #fff;
	color: #333;
}
gmp-place-autocomplete::part(prediction-item-selected){
	background-color: #ededed;
	color: #333;

}
gmp-place-autocomplete::part(input) {
  	padding: 12px 6px;
}
 
#pytmain label {
	color: #fff;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	display: inline-block !important;
  	margin-bottom: 5px;
  	height:auto;
  	width:auto;
  	position: relative;
}


.pobox {
	margin-top:0;
}