@charset "utf-8";

/*	NETVLIES CMS STYLES
	Author:	Sebastiaan Smid, Netvlies
	----------------------------------------------------*/
	.user-content, .user-content * { line-height: 18px !important; }
	.user-content p { margin: 0; padding: 0; }
	.user-content a, .user-content a:active, .user-content a:visited { color: #000; }
	.user-content a:hover { color: #000; }
	
	.user-content ul, .user-content ol { margin: 0 0 0 15px;  }
	.user-content ul { list-style: square; }
	.user-content ul * { line-height: 18px; }
	
	.user-content h1, .user-content h2, .user-content h3 { margin: 0 0 0 0 !important; padding: 0; }
	.user-content h1 { font-size: 14px !important; line-height: 20px; font-weight: bold; }
	.user-content h2 { margin: 0 0 7px 0 !important; font-size: 11px; line-height: 20px; font-weight: bold; color: #4a4b4d; }
	.user-content h3 { font-size: 11px; line-height: 14px; font-weight: bold; color: #4a4b4d; }
	
	.user-content img.left { float: left; margin-right: 10px; }
	.user-content img.right { float: right; margin-left: 10px; }
	
	.user-content blockquote { background: #f2f2f2; border: 1px solid #d6dbe1; overflow: hidden; height: 100%; padding: 10px; line-height: 16px !important; }
	
	.user-content table { width: 100%; margin: 14px 0; border: none; border-collapse: collapse; border-spacing: 0; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; }
	.user-content tr { }
	.user-content td { padding: 4px 7px; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; }
	.user-content table.no_table_border { border: none; }
	.user-content table.no_table_border td { border: none; }
	
	.user-content tr.first { background: #d1d1d1; }
	.user-content tr.first td { border-color: #d1d1d1; }
	.user-content tr.first *  { color: #3c3c3c; font-weight: bold; }