.table td {
	padding: 0.5rem 0.5rem;
}

.table td img {
	height: 30px;
	margin-right: 5px;
}

.table th img {
	height: 30px;
}

.table thead th {
	font-size: 16px;
}

.input-group {
	width: 200px;
}

.div {
	display: none;
}

.td_rank {
	padding: 0 1em 0 0;
}

@media screen and (max-width: 992px) {
	
	.input-group {
		width: 200px;
	}
	
	.teamName {
		display: none;
	}
	
	.divname {
		display: none;
	}
	
	.div {
		display: inline;
	}
	
	.table-fixed th:first-child, td:first-child {
	  position: sticky;  position: -webkit-sticky;
	  left: 0;
	}
	.table-fixed tr:nth-of-type(odd) th:first-child {
	  background-color: #eff3f6;
	}
	.table-fixed tr:nth-of-type(odd) td:first-child {
	  background-color: #fff;
	}
	.table-fixed tr:nth-of-type(even) td:first-child {
	  background-color: #fff;
	}
	/*
	.text-nowrap { white-space: nowrap !important; }
	.table-responsive {
	  display: block;  width: 100%;
	  overflow-x auto;  --webkit-overflow-scrolling: touch;
	}
	*/
	
}