.ewb-info-search{
	margin-top: 10px;
}

.ewb-info-search-mod select{
	display: block;
	width: 136px;
}

.chosen-container-single .chosen-single{
	height: 36px;
	line-height: 36px;
	border-color: #e9e9e9;
	font-size: 14px;
	color: #999;
}

table td {
    height: 44px;
    font-size: 14px;
	padding: 0 10px 0 10px;
}

.ewb-statu1{
	color: #5ead29;
}

.ewb-statu2{
	color: #cb1c1c;
	width:110px
}

a {
    text-decoration: none;
	color: #333;
}

tr:hover{
	background-color: #fff5de;
}

tr:hover td{
	background-color: #fff5de !important;
}

@media(max-width: 767px){
	.ewb-info-search-mod select{
		width: 70%;
		padding: 0 1px;
	}
	
}