#updatefrombottom {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: right;
	width: 230px;
	z-index: 100;
	display: none;
}

#updatefrombottom a.button-totop {
	margin-right: 6px;
}

#updatefrombottom a.button-primary {
	position: relative;
}

#updatefrombottom a.button-totop:before {
	content: "\f342";
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'dashicons';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
	right: 3px;
}