/* Poker Reviews Table list */

.PokerReview {
width: 100%;
/* border: 2px solid #E5ECF9; */
border-collapse:collapse;
background: #fffff;
position: relative;

}

.PokerReview th, .PokerSkins td {
 margin:0;
 padding: 4px 4px;
 text-align: left;
 /* border-bottom: 2px solid #E5ECF9;*/
}

.PokerReview caption {
	margin:0;
	padding: 10px 20px;
	text-align: center;
	 /*border: 2px solid #E5ECF9;*/
	border-bottom: none;
	background: #fff;
}


.PokerReview  th {
	font-weight: normal;
	background: #E5ECF9;
	margin: 0px;
	padding:6px 4px;
}

.PokerReview p {
	padding: 5px 0px 0 0;
}

.PokerReview p img {
	float:right;
	margin-left: 10px;
}


.PokerReview ul {
		margin-left: 15px;
		padding: 0 0 15px 0;

}

.PokerReview li {
	list-style-type: circle;
	
}

.PokerReview h3 {
text-decoration:underline;
margin-bottom:2px;



)