#bottomMenu,
#aboutIcon,
#menuIcon{
    display:none;
}

#getTheAppBar{
       height: 20px;
}


#wrapper{
     padding-top:27px;
}

#wrapper .tabs{
   /* position:fixed;*/
    width:100%;
}

#mainTitle{
   /* padding-top: 50px!important;*/

}

#wrapper .tabs{
    z-index:100;
}

#wrapper .tabs{
    background-color: #025391; 
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #025391),color-stop(0.4, #015BA0), color-stop(1, #025391) ); margin : 0;    margin: 0;
    font-size: 0px;
}

#wrapper  .tabs .selected {
	background-color: #134A75 !important;
	color: white;
	text-shadow: none;
	border-right-color: #aaa;
	box-shadow: inset 1px 2px 6px #070707;
	border-left: 1px solid #DDD;
}

#wrapper  .tabs li {
	text-align: center;
	width: 23%;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0.7em 0.1em;
	cursor: pointer;
	color: #fff;
	text-shadow: #333 0 1px 1px;
	border-left: 1px solid #DDD;
}

#wrapper  .tabs li:first-child{
	border-left:0;
}

#wrapper #content #browseFilter input{
    width: 72%;
}

#wrapper #content #yourLocation h3{
    margin:15px 0 0 5px;
    float:left;
}

#wrapper #content #yourLocation #changeLocationButton{
    width: 40%;
    text-align:center;
    float:right!important;
    margin: 10px 10px 10px 0;
}