@charset "utf-8";
/* CSS Document */

/**
 * Document
 *
 * Definition of general elements
 */
 
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D5970;
	outline: none;
}

img{
	border: none;
}

/* General classes */

.first{
	margin-top: 0px !important;
}

.default{
	margin-top: 16px !important;
}

.hidden{
	display: none;
}

hr,
.hr{
	overflow: hidden;
	height: 0px;
	margin-top: 16px;
	border: none;
	border-top: 1px solid #EBEDF2;
	font-size: 0px;
	line-height: 0px;
}

script{
	display: none !important;
}
