old_all {
	font-family: inherit;
	position: relative;
	box-sizing: border-box;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
body, html {
  height: 100% !important;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
