.navbar {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

@media all and (min-width: 768px) {
	.navbar-nav > li > a {
		line-height: 32px;
	}
}

body {
	overflow-x: hidden;
}

div.logo {
	background-image: url('/images/client_access_bar.gif');
  max-width: 100%;
	width: 480px;
	height: 62px;
}

tr.clickable {
	cursor: pointer;
}

tr.clickable:hover {
	background-color: #eee;
}
