@charset "utf-8";

#closed-list-contents {
    width:830px;
}

.tigers-stit {
	padding:5px 5px 4px 5px;
	border-left:5px solid #feec02;
	border-right:5px solid #feec02;
	font-size:130%;
	background-color:#333;
	color:#FFF;
	
}

.tigers-member-bg {
    border:1px dotted #999;
	padding:10px;
	background-color:#EEE;
}

.tigers-table {
}

.tigers-table table {
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
}

.tigers-table table th, .tigers-table table td {
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
}

.tigers-table table th {
	background-color:#666;
	padding:5px;
}

.tigers-table table td {
	padding:5px 35px;
}