@charset "UTF-8";
/* CSS Document */

.pokercastlist td, .pokercastlist th {
	font-size: 80%;
	padding: 2px;
}
.pokercastlist tr.even {
	background-color: #E6E6E6;
}
.pokercastlist td a {
	color: #000;
}
.pokercastlist tr th {
	color: #FFF;
	background-color: #2F4F4F;
}
.pokercastlist {
	border: 1px solid #2F4F4F;
}

.content h1.guestBio {
  display: block;
  padding: 0 0 5px 0;
}