.TabView.selected {
	background-color:white;
	z-index:400 !important; /* !important so as to override the .selected tab */
	text-shadow:none;
	color:black;
}
.TabView {
	-webkit-user-select: none; /* On a native app you cannot select the app's text... */
	-webkit-box-sizing: border-box; /* Height includes padding + border - Makes more sense, and matches IE box-model.*/
	font: 18px Arial, sans-serif;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	text-align:center;	
	white-space:nowrap;
	background: #7B8AA8;
	overflow:hidden;
	font-weight: bold;
	color:white;
	padding:8px 15px;
}

body {
    overflow: hidden;
}
