.top-page-title {
	display:none !important;
}

#SearchForm h2 {
        padding: 10px 0px 0px !important;
	margin:0px !important;
    }
#SearchForm a {
	text-decoration: none !important;
}
#SearchForm ul.tabs {
	margin:0px!important;
}
#SearchForm .tabs li a {
        width: -moz-calc(100% / 2)!important;
        width: -webkit-calc(100% / 2)!important;
        width: calc(100% / 2)!important; 
}
#SearchForm .TabInHotel_lead {
	font-size: 13px!important;
	margin: 5px 0px 15px;
	text-align: left;
}
#airMenu li {
        width: -moz-calc((100% / 4) - 1px)!important;
        width: -webkit-calc((100% / 4) - 1px)!important;
        width: calc((100% / 4) - 1px)!important;
}
input.inputform_CityName{
	font-size: 16px!important;
}
.panel_contents {
	max-height: 100vh;
        overflow-y: auto;
}


.top-search-area-full * {
        line-height: normal;
}