.twl-location-prompt-dialog .ui-dialog-titlebar {
	background: #d0a234;
	color: white;
	border: none;
}
.twl-location-prompt-dialog .ui-dialog-content {
	padding: 1em;
}
.twl-location-prompt-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #ddd;
	padding: .5em 1em;
	margin-top: 0;
}
.twl-location-prompt-dialog .ui-button {
	background: #d0a234;
	color: white;
	border: none;
	padding: .5em 1em;
	cursor: pointer;
}
.twl-location-prompt-dialog .ui-button:hover {
	background: #99792e;
}
