body {
	background-color: #f5f5f5;
}

#data2{
	border:1px solid black;
	/* height: 200px; */
	/* width: 800px; */
	display: inline-block;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid black;
	margin: 3px;
	border-radius: 10px;
	box-shadow: 2px 2px 0px 1px darksalmon;
}

#tickers{
	height: 150px;
}

input#datepicker {
    width: 100px;
}

select#startHour {
    width: 70px;
}

select#endHour {
    width: 70px;
}
#autoRefresh_chk{

}
#autoRefresh_select{

}
#autoRefresh_remaining_container{visibility: hidden;}
#autoRefresh_remaining{
	
}

.listDiv_ticker{
	border: 1px solid green;
	background-color: darkseagreen;
	display:inline-block;
	width: 90px;
	height: 1.5em;
	line-height: 1.0em;
	position:relative;
	margin: 5px;
	padding: 2px;
	overflow: hidden;
	border-radius: 5px;
	font-size: 0.75em;
}
.listDiv_remove{
	border: 1px solid red;
	background-color: indianred;
	display:inline-block;
	width: 1.5em;
	/* height: 2em; */
	line-height: 1.65em;
	position:absolute;
	right:0px;
	top:0px;
	text-align: center;
	padding: 1px;
	cursor: pointer;
	font-size: 0.75em;
}