.table {
	table-layout: fixed;
	border-top-color: #d15f2e;
}
.table td {
	overflow-x: auto;
}
.table thead th {
	background-color: #d15f2e;
	border-color: #d15f2e !important;
	color: #FFF;
}
.name-column {
	width: 600px;
}
.info-column {
	width: 240px;
}
.frags-column {
	width: 150px;
}
.players-column {
	width: 120px;
}
.det-column {
	width: 135px;
}
