
.table-hover tbody tr:hover {
	background-color: #ff8a80;
}
.nowrap {
	white-space: nowrap;
}
table.sortable {
	line-height: .9;
	text-align: center !important;
	font-size: .8em;
}
table.sortable thead {
	background-color:#fff;
	color:#3473FF;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	text-align: center !important;
	font-size: .9em;
}

table.sortable td {

	/*	padding: 5px;*/

}
table.sortable tfoot {
	line-height: 1;

	font-size: .9em;
	background: #c62828;
color:white;
}

table.links {
	line-height: .9;
	text-align: center !important;
	font-size: .8em;
}

td.maxx{
	color:black;
/*	font-weight: bold;*/
	font-size: .95em;
	background-color: #ff5252;
}

.text-center {
	color: #494949;
padding: 10px;
	background-color: #eceff1;
}



.max {
	color:black;
/*	font-weight: bold;*/
	font-size: .95em;
	background-color: #ff5252;
}
.min {
	color:black;
/*	font-weight: bold;*/
	font-size: .95em;
	background-color: #ff0052;
}


.popover {
  max-width: 700px;
}