body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.unselectable-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	-o-user-select: none;
	user-select: none;
}

.unselectable-text:hover {
	cursor: default;
}
