#topMenu{
    display:none!important;
}

#wrapper #header #menuIcon{
    float:left;
}
#wrapper #header #aboutIcon{
    float:right;
}

#getTheAppBar{
       height: 35px;
}

#wrapper { 
	position: relative; 
	padding-bottom: 140px;
       padding-top:42px;
}

#bottomMenu{
    position:fixed;
    border-top:1px solid #777;
    padding:0;
    margin:0; 
    bottom: 0;
    width: 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;
    font-size: 0px;
}

#wrapper  .tabs .selected{
    background-color: #134A75!important;
    color: white;
    text-shadow:none; 
    border-right-color: #aaa;
    border-left: none; 
    box-shadow:inset 1px 2px 6px #134A75; 
}

#wrapper .tabs li{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    cursor: pointer;
    color: #fff;
    text-shadow: #333 0 1px 1px;
    border-bottom: 1px solid #DDD;
}

#wrapper .tabs li:last-child{
}

#wrapper #content #browseFilter input{
    width: 65%;
}


#wrapper #content #yourLocation h3{
	margin:0 0 5px 5px;
}

#wrapper #content #yourLocation #changeLocationButton{
    width: 87%;
    text-align:center;
    margin:auto;
    margin-bottom:10px;
}

.positiveRecommendation,
.negativeRecommendation{
    float:right;
}

#bottomMenu ul li:last-child{
    border-bottom:none;
}