

table#popup-table {
	width: 300px;
	height: 470px;
	border-collapse: collapse;
	margin: 0 auto;
}

td#game-image {
	height: 155px;
	width: 155px;
	background: no-repeat center;
}

table#popup-table ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table#popup-table span {
	font-weight: normal;
}

h2#popup-header {
	height: 25px;
	margin: 5px auto;
	font-size: 18px;
}

tr#game-image-row {
	height: 155px;

}

tr#bgg-link-row {
	height: 20px;
}

tr#game-info-row td{
	height: 170px;
}

tr#description-row {
	height: 155px;
}

tr#description-row div{
	margin-top: 5px;
}

table#popup-table td {
	text-align: center;
}

table#popup-table div#moderators {

	font-weight: normal;

}

table#popup-table ul li {

}

table#popup-table div#description {
	width: 294px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #e6dec5;
	color: black;
	text-align: left;
	height: 150px;
	border: 1px solid gray;
	padding: 6px;
	overflow: auto;
}

td#bgg-link {
	text-align: center;
	padding-bottom: 5px;
}
            
table#popup-table ul li {
	font-weight: bold;
}

