#button-up {
	display:none; 
	position:fixed; 
	z-index:1000; 
	bottom:0px; 
	right:0px;
	overflow: hidden;
	border-top-left-radius: 20px;
	background: #000;
	height: 46px;
	width: 48px;
	padding: 5px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	#button-up .material-icons {
		color: #FFF;
		font-size: 34px;
		line-height: 1.0;
		font-weight: bold;
	}
	#button-up img {
		width:33px;
		height:33px;
	}

