.navbar-brand {
  height: 90px;
  width: 300px;
}

.panel2{
	display:none;
}

td .arrow{
	display:block;
	margin: 0 auto;
	background:url(../img/arrow_down.png) no-repeat center;
	width:20px;
	height:20px;

}

.highlight td .arrow{
	display:block;
	margin: 0 auto;
	background:url(../img/arrow_up.png) no-repeat center;
	width:20px;
	height:20px;

}

.table1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 auto 0;
    table-layout: fixed;
}

.table1 td {
    padding: 10px;
	border: 1px #e5e5e5 solid;

}

.table1menu1 {
	width:150px;
    background-color:#c1e5f9;
    vertical-align: middle;
    text-align: right;
}


.table1menu2 {

    text-align: left;
}


.form-control_original1 {
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search_space1{
	float:left;
	padding: 0 40px 0 0;

}

.search_space1after{
	clear:both;
	padding-top:30px;
}
