/* Eliteprospects */

.eliteprospects {
	margin-bottom: 30px;
}

.eliteprospects table {
	min-width: 600px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.eliteprospects .table-responsive {
		border: 1px solid LightGray;
	}
}

.eliteprospects .table-responsive {
    overflow-x: auto;
}

/* Nämä määritelty eliteprospectsissa */

.p_stats {
	font-size: 10px;
	text-align: right;
	color: #888888;
	margin-top: 4px;
	padding-right: 10px;
}

.a_stats {
}

.table_stats {
	font-size: 12px;
	border-collapse: collapse;
}

.table_stats td {
	padding: 4px;
}

.tdh_stats {
	font-weight: bold;
	background-color: #427290;
	color: #ffffff;
}

.tr_stats_odd {
	background-color: #ffffff;
}

.tr_stats_even {
	background-color: #e3eaef;
}

.td_stats_odd {
}

.td_stats_even {
}