
#flags {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 12px;
}

#flags ul {
		padding: 0px 0px 0px 25px;
		margin: 0px;
}

#flags th {
		font-size: smaller;
		bosrder-bottom: 1px solid #000000;
		padding-right: 5px;
		margin-right: 5px;
}

#flags td {
		font-size: smaller;
		padding: 5px; 
}

#flags h6 {	
		font-weight: bold;
		border-bottom: 1px solid #000000;
		margin: 0px 0px 0px 10px;
		font-size: 12px;
}


#flags h5 {
		font-size: large;
		margin: 0px;
		padding: 0px;
}


#stats td {
		font-size: 9pt;
		border-bottom: 1px solid gray;
		vertical-align: top;
	}


#stats h5 {
		font-size: 12pt;
		text-align: Center;
		vertical-align: top;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}





	.fade_image {
		height: 100px;
		Width: 118px;
		Border: 2px solid #800000;
	}

.rulecorners {
    border-radius: 9px;
    background: #800000;
    padding: 6px 10px 6px 10px; 
    width: 70px;
    height: 17px; 
	color: white;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	margin: -1px 20px 10px 40px;
}

#rules_table {
	border-collapse: collapse;
}

#rules_table td {
	border: none;
	padding: 2px;
	vertical-align: top;

}

#rules_table ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	margin: 40px 0px 0px 0px;
	font-size: x-small;
	border-top: 1px solid #800000;
	padding: 15px 0px 0px 20px;
}

#rules_table ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:0px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */

}

#rules_table ol > li:before {
	content:counter(li) " " "\2014" " "; /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top: 0em;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:-2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:0px 4px;
	text-align:center;
}

#rules_table ol > li:after {
	
}

#cl-1a {
 float:left;
 width:370px;
}
#cl-1b {
 float:left;
 width:265px;
}
#cl-1c {
 clear:both;
}



sup {
    vertical-align: super;
    font-size: 8px;
}


.fist_club_images {

	padding-right: 10px;
        vertical-align: -5px;

}
