﻿.article_name
{
	font-weight:bold;
}
.preview_match {
	float: left;
	width: 300px; 
	height:480px; 
	overflow:auto; 
	background-color:#EBEBEB;
}
.preview_match .articlefulldisplay{
	padding:5px;
	text-align:left;
}
.preview_match .articlefulldisplay .article_name{
	display:none;
}
.preview_match .articlefulldisplay .article_author{
	font-weight:bold;
	margin-bottom:5px;
}
.report_match{
	float:left;
	width:390px;
	height:330px; 
	overflow:auto;
	background-color:#EBEBEB;
	/*padding:8px 8px 32px;*/
	text-align:left;
}
.report_match .articlefulldisplay{
	text-align:left;
	margin:0px;
	padding:5px;
}
.report_match .articlefulldisplay .article_name{
	display:none;
}
.report_match .articlefulldisplay .article_author{
	font-weight:bold;
	margin-bottom:5px;
}
.articlefulldisplay
{
	text-align:left;
}
