@import 'http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin';
@import 'http://fonts.googleapis.com/css?family=Anton';
body {
min-height: 500px;
background-color: #f3f3f3;
color: #333;
font: 13px/18px 'Open Sans', arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
}
.top-bar {
background-color: #fff;
margin-bottom: 0px;
width: 100%;
height: 50px;
webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 2px 4px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 2px 4px 0px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 2px 4px 0px;
}
.menu-item {
line-height: 20px;
color: #3f729b;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.menu-item-flexible {
max-width: 230px;
text-overflow: ellipsis;