.disp_winmark{
	display:inline-block;
	width:34px;
	height:34px;
	border-radius:17px;
	background:red;
	color:white;
	text-align:center;
	margin-left:20px;
	padding-top:2px;
}


#span_3week_numbers{
	color:gray;
	font-style:italic;
}

#span_3week_sides{
	color:gray;
	font-style:italic;
}

.btn_remove_ball{
	margin-right:10px;
}
#btnAutomation{
	background:orangered;
	color:white;
}
/*
#span_last_number{
	font-size:17px;
	color:gray;
	font-weight:bold;
	
	padding:10px 15px;
	margin-left:20px;

	border:teal 5px inset;
	border-radius:10px;
}
*/

#span_side_numbers{
	margin-left:20px;
	font-style:italic;
	color:gray;

}

.span_lastweeknumbers{
	font-style:italic;
	color:gray;
}
input[type='text']{
	/*font-size:18px;*/
}

select{
	/*font-size:18px;*/
}

#span_lastnumbers_by_pickcount, #span_total_maxpicked_numbers{
	display:inline-block;height:30px;
	color:gray;
	/*font-size:18px;*/
	font-style:italic;
}

fieldset{
	border:gray 1px solid;
	margin-bottom:20px;
}
legend{
	font-weight:bold;
}



#span_fixnumbers_count{
	display:inline-block;
	width:98%;
	height:30px;
	margin-left:10px;
	color:blue;
	
}

#xFixCount{
	width:100px;
}

#btnPickWinNumbers{
	width:150px;
	/*font-size:20px;*/
	margin:10px 0px;
}

.picked_ball_container{
	padding:5px;
}

.ball{
	display: inline-block;
	
	border-radius: 20px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	text-align:center;
	margin-right:6px;
	text-shadow: 1px 1px 1px black;
	background:#efefef;
	visibility:hidden;
	
}

.span_legend_exp{
	color:green;
	font-style:italic;
	font-weight:lighter;
	/*font-size:10pt;*/
}

#btnGetCombinations{
	/*font-size:17px;*/
	
}