.customize-controls-refresh-plugin {
	background-color: #eee;
	border: 0;
	border-right: 1px solid #ddd;
	color: #555d66;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
	position: absolute;
		left: 48px;
		top: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.customize-controls-refresh-plugin:hover {
	background-color: #fff;
	border-top-color: #0073aa;
	box-shadow: none;
	color: #0073aa;
	outline: none;
}

.customize-controls-refresh-plugin .dashicons-update {
	color: #444;
	font-size: 21px;
	position: relative;
		top: 13px;
}

@media all and (max-width: 640px) {

	.customize-controls-refresh-plugin {
		left: 151px;
	}

}