	div.board {
		width: 480px;
		display: inline-block;
		margin: 0 5px 5px 0;
		border-radius: 3px;
	}
	
	div.board > div {
		padding: 15px 10px;
	}
			
	div.boardinfo {
		float: right;
		font-size: 12px;
		text-align: right;
		margin-top: 3px;
	}
			
	img.boardicon {
		float: left;
		margin: 3px 15px 0 0;
	}
	
	span.boarddescription {
		font-size: 12px;
	}
	
	tr.forumrow td {
		border-bottom: 1px solid #111111;
	}
	
	tr.forumrow:last-child td {
		border-bottom: 0;
	}
	
	tr.forumrowdeleted td {
		background: #772222 !important;
	}
		
	div.quote {
		background: #262626;
		border: 1px solid #151515;
		margin: 5px 0 0 10px;
		padding: 10px;
		border-radius: 3px;
	}
	
	div.posterinfo {
		background: #222222; 
		border: 1px solid #181818;
		padding: 5px 0; 
		text-align: center;
		margin-bottom: 5px;
		border-radius: 3px;
	}

	div.posterinfo.outfit {
		padding: 16px 0;
	}
	
	div.forumpostarea iframe {
		width: 640px;
		height: 390px;
	}
	
	img.emoticon {
		margin: 0 0 -6px 0;
	}
	
	div.emoticons {
		margin-top: 10px;
	}
	
	div.emoticons > div {
		display: inline-block;
		cursor: pointer;
	}

	div.forum-center {
		text-align: center;
	}

	div.forum-clear {
		clear: both;
	}

	div.forum-title {
		margin-bottom: -20px;
		font-family: 'quattrocento', 'open sans', arial, helvetica, sans-serif;
		font-size: 32px;
		font-weight: 600;
	}

	div.forum-subtitle {
		margin-bottom: -20px;
		font-family: 'quattrocento', 'open sans', arial, helvetica, sans-serif;
		font-size: 24px;
		font-weight: 600;
	}
	
	table.forum-table {
		border-collapse: separate;
		border-spacing: 0;
		border: 1px solid #111111;
		border-radius: 4px;
		margin: 0;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
	}

	table.forum-table th,
	table.forum-table td {
		background: #1d1d1d;
		border: 1px solid #242424;
		padding: 10px 15px;
		text-align: left;
	}

	table.forum-table th {
		background: #242424;
		font-weight: 600;
	}

	/* Mobile */
	@media only screen and (max-width: 980px) {
		
		div.forumpostarea iframe {
			width: 100%;
			height: 200px;
		}
		
	}