.team-rightcontainer {
    width: 500px;
}

.button-tab {
    background-image: none;
    font-size: 15px;
}

.button-tab:hover, .button-tab.active {
    font-weight: bold;
}


@media only screen and (max-width:81.188em) and (min-width:63.750em)    {
    #logo {
	   bottom: 25px;
    }

    #navigation {
        top:112px;
    }

    #language {
        top:40px;
    }

    .team-rightcontainer {
    width: 500px;
  }
}


/* iPad portrait and below */

@media only screen and (max-width:63.750em) {

   .team-list ul li { 
        width:49%;
    }

	#navigation ul li a {
		padding: 19px 0px;
		display:block;
		border-top:thin solid #E7E5E0;
	}

		#navigation_scroll.expanded {
		height:440px;
	}

}
