.comment-level-even {
	background: aliceblue;
}

.comment-level-odd {
	background: snow;
}

.comment-user {
	border: 1px solid lightgrey;
	border-radius: 10px;
	padding: 2px;
	margin-right: 5px;
}

.graph_container {
	width: 100%;
	overflow: auto;
}

.stat_table td, th {
	border: 1px solid black;
	padding: 5px;
}

.stat_table {
	margin: 10px;
}

.platform_logo {
	max-width: 100px;
	max-height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h5 {
	margin-top: 30px !important;
}

.search_div {
	font-size: 22px;
}

.search_checkbox, .search_field, .search_button {
	margin-left: 5px;
}

#search_help {
	cursor: pointer;
}

.tooltip-inner {
	max-width: 700px !important;
    
}

.tooltip {
  	max-width: 700px !important;
}

.tooltip_table th, .tooltip_table td {
	border: 1px solid white;	
}

.showDetails {
	cursor: pointer;
	text-decoration: underline;
	color: darkmagenta
}

.table_filter {
	width: 100%;
}