.exhibitor{
	border: 0px none;
	border-collapse: collapse;
}
.exhibitor td {
	background: #fff;
}
.exhibitor tr:nth-child(odd) td {
	background: #F5F8F1;
}
.search_wrap_h3{
	background: #006699;
    width: 98%;
    height: 45px;
    line-height: 45px;
    color: white;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 10px;

}
.new_demo_presen{
	text-align: center;
	width: 300px;

}

.new_demo_presen span.demo {
	width: 80px;
	display: inline-block;
}
.new_demo_presen span.presen {
	width: 70px;
	display: inline-block;
}
.new_demo_presen span.new {
	width: 100px;
	display: inline-block;
}

.search_hideStyle{
	display:none
}

.search_clearBtn{
	margin: 20px 0 0 auto;
    height: 40px;
    width: 127px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: small;
    border: 1px solid #ccc;
    background: linear-gradient(to bottom,#fdfbfb 0%,#ebedee 100%);
    box-shadow: inset 1px 1px 1px #fff;
}

.search_clearBtn:hover{
	cursor: pointer;
	background: linear-gradient(to top,#fdfbfb 0%,#ebedee 100%);
}

.ctg_clearBtn{
	margin: 5px 0 5px auto;
    height: 25px;
    width: 65px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    font-size: small;
    border: 1px solid #ccc;
    background: linear-gradient(to bottom,#fdfbfb 0%,#ebedee 100%);
    box-shadow: inset 1px 1px 1px #fff;
}

.ctg_clearBtn:hover{
	cursor: pointer;
	background: linear-gradient(to top,#fdfbfb 0%,#ebedee 100%);
}






@media(max-width: 635px){
	.new_demo_presen{
		text-align: center;
		width: 120px;

	}
	.exhibitor td.name{
		display: revert;
	
	}
}
