*{
	box-sizing:border-box;
    padding: 0;
    margin: 0;
}

html,body{
	height: 100%;
}

.displayNone{
	display:none !important;
}



	