	body {
		margin: 0;
		overflow-x: hidden;
	}
	#wrapper {
		width: 100%;
		max-width: 640px;
		min-width: 300px;
	}
	h3 {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 3px;
		text-align: center;
	}
	td, th{
		font-family: 'Open Sans', sans-serif;
		font-size: 11.5px;
		font-weight: 600;
		color: rgb(153,153,153);		
	}
	#gm {
		width: 10px;
		height: 10px;
		background-color: rgb(218,165,32);
		border-radius: 10px;
		margin-left: 20px;
		cursor: pointer;
	}
	#sm {
		width: 10px;
		height: 10px;
		background-color: rgb(184,184,184);
		border-radius: 10px;
		margin-left: 20px;
		cursor: pointer;
	}
	#bm {
		width: 10px;
		height: 10px;
		background-color: rgb(183,139,121);
		border-radius: 10px;
		margin-left: 20px;
		cursor: pointer;
	}		
	#tm {
		width: 10px;
		height: 10px;
		background-color: rgb(0, 0, 0);
		border-radius: 10px;
		margin-left: 15px;
		cursor: pointer;
	}		
	.gold {
		color: rgb(218,165,32);
		text-align: right;
		font-weight: 700;
		padding-left: 10px;		
	}
	.silver {
		color: rgb(184,184,184);
		text-align: right;
		font-weight: 700;
		padding-left: 10px;		
	}
	.bronze {
		color: rgb(183,139,121);
		text-align: right;		
		font-weight: 700;
		padding-right: 10px;
		padding-left: 10px;		
			
	}
	.totals {
		text-align: right;
		font-weight: 700;	
		border-left: 2px solid #e6e6e6;	
		padding-left: 10px;		
	}
	#medalstable{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		border-collapse: collapse;	
		margin-right: auto;	
		margin-left: auto;						
	}
	thead {
		border-bottom: 2px solid #e6e6e6;
	}
	tfoot {
		border-top: 2px solid #e6e6e6;
	}
	.namez {
		padding-right: 0px;
		padding-left: 10px;		
	}
	.spacing {
		height: 10px;
	}
	.spacing {
		height: 5px;
	}	
		.spacing2 {
		height: 0px;
	}	
	.canada {
		background-color: #FF4136;
		color: white !important;
	}
	#cou {
		text-align: left;
		cursor: pointer;
	}