:checked + font {
	color:blue;
}
:checked + span {
	color:green;
}
label{
	cursor:pointer;
	-moz-user-select: none;
}
/*
table tr td{
	text-align:top;
	vertical-align: top;
}
*/
#report_table
{
	text-align:top;
	vertical-align: top;
}
.id323{
	font-weight:bold;
	color:green;
}
.green{
	background-color: #66CDAA;
}
.red{
	background-color: red;
}
.yellow{
	background-color: yellow;
}
#all_group{
	margin: 20px;
}
.div_stops{
	display:none;
}
.link_sh{
	text-decoration: none;
	border-bottom: 1px black dotted;
	cursor:pointer;
}
#show_all_stop_container{
	position: fixed;
	right: 20px;
	top: 20px;
	padding: 10px;
	background-color: #E6E6E6;
	display: none;
}
#show_all_stop_container a{
	color: black;
	text-decoration: none;
}
#show_all_stop_container a:hover{
	color: green;
	text-decoration: none;
}

.report_close{
	font-weight:bold;
	color:green;
}
.id331{
	padding: .4em 1em;
}
#tracker_list, #all_group {
  font-size: 0.8em !important;
}
.avg_result{
  display: none;
  height: 30px;
}
#test_dd{
  cursor: pointer;
}

@media print {
  @page { margin: 0; }
  body  { margin: 1.6cm; }
  .hide_print{
	  visibility: hidden;
  }
  .graph{
    width: 100%;
  }
  .avg_result{
    visibility: hidden;
  }
}
