.params{
	float:right;
	width:50%;
	text-align:right;
	font-size:16px;
	color:green;
	border:0px solid #333;
}

.radio_wrapper{
	float:left;
	width:360px;
	margin:0px 0px 0px 80px;
	border:0px solid red;
}
.radio_btn{
	margin:6px;
	cursor:pointer;
}
.radio_label{
	font-size:18px;
}
.go_btn{
	float:left;
	height:48px;
	font-size:18px;
	margin:-64px 0px 0px 280px;
}
.date_input{
	height:28px;
	width:120px;
	text-align:center;
	font-size:14px;
	margin:0px 8px 0px 8px;
	border:0px solid black;
}
.date_btn_wrapper{
	float:left;
	height:28px;
	background-color:#000;
	margin: 0px 0px 8px 0px;
	border:0px solid green;
}
.list_wrapper{
	height:400px;
	width:90%;
	padding:12px;
	overflow:auto;
	border:1px solid #333;
}
.results_wrapper{
	float:left;
	width:360px;
	color:#fff;
	background-color:#000;
	font-size:18px;
	 padding:18px;
	 margin:12px 0px 8px 0px;
	 border:1px dashed blue;
}

.table_header{
	background-color:#ede6f3;
	text-align:center;
	font-size:18px;
}
table td{text-align:center;border-bottom:1px solid #ccc;}
table td:first-child{text-align:left;border-bottom:1px solid #ccc;}
table th{font-size:16px;}