@charset "UTF-8";
/* CSS Document */


.move {
	position: relative;
	left: 130px;
	top: 400px;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #666;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	background-color: #000;
}

.pad {
	position: fixed;
	right: 1%;
	bottom: 5px;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #666;
	color: #000;
	font-size: 16px;
	background-color: #000;
	height: 50px;
	width: 10%;
}
.HideAll {
	
}