* {
	margin: 0;
	padding: 0;
	
	color: #424242;
	font-family: "Roboto Condensed", sans-serif;
}

body, html {
	width: 100%;
}

body {
	position: relative;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}

.no_text_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.no_text_select:hover {
	cursor: default;
}

#page_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

