#snapshot-save {
	float: right;
	margin-top: 9px;
	margin-right: 9px;
}
#customize-header-actions:not(.button-added) .button#save {
	visibility: hidden;
}

#snapshot-dialog-form h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 .65em;
	padding: .25em 0 0;
}

#snapshot-dialog-form p,
#snapshot-dialog-link a,
#snapshot-dialog-error p {
	margin-top: .5em;
}

#snapshot-dialog-form label {
	padding-bottom: 1em;
}

#snapshot-dialog-link {
	word-wrap: break-word;
}

.wp-customizer.js .ui-dialog {
	z-index: 999999;
}

@media screen and (max-width: 640px) {
	#snapshot-save {
		margin-top: 6px;
		margin-right: 6px;
	}
}