/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Nov-2014, 12:19:42
    Author     : Peter
*/

.navbar-default {
    background-image: inherit;
    background-repeat: inherit;
    border-radius: inherit;
    box-shadow: inherit;
}
.navbar-default {
    background-color: inherit;
    border-color: inherit;
    
}
.navbar
{
  border: inherit;
  margin-bottom: 0px;
  
}

.nav > li > a
{
  padding : 0;
}

.navbar-nav > li > a {
    line-height: inherit;
    padding-bottom: 0px;
    padding-top: inherit;
}

.navbar-collapse 
{
  padding: 0px;
}

ul#navlist {
    float: left;
}

#navcontainer {
    float: none;
}

.title  h1
{
  margin-top: 0px;
}

@media (max-width: 767px) {
  
  #navlist li{
 border-right: inherit;  
 display:block;
 height:22px;
 padding-left: 5px;
  }
 
}

@media (min-width: 767px) {
.navbar-brand
{
  display: none;
}
}