/* - - - WaCSS reset - - - */
* {
	margin:0px;
	padding:0px;

	outline:0;
	border:0px;

	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-variant:inherit;
	line-height: inherit;
	word-wrap: inherit;
	word-break: inherit;

	color:inherit;
	text-decoration:inherit;
	text-align:inherit;
	vertical-align:baseline;

	box-sizing: content-box;
}
html {
	position: relative;
	min-height: 100%;
	
	line-height: normal;
	text-align: left;
	word-wrap: normal;
	word-break: normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; }

/* WaCSS reset - Elemspecifikus stÃ­lusok */
b, strong { font-weight: bold; }
i, em { font-style: italic; }
del, strike, s { text-decoration: line-through; }
a { cursor: pointer; }
*[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/* WaCSS reset - AlapÃ©rtelmezett beÃ¡llÃ­tÃ¡sok */
html {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
}


/* - - - ÃltalÃ¡nos definÃ­ciÃ³k - - - */
.center { margin-left:auto; margin-right: auto; }
.cb { clear: both; }
body.NOSCROLL { overflow: hidden; }
body.NOSELECT {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}