/*Definer din egen CSS her*/
.container {max-width:970px;}


.navbar-inverse {
    min-height: 80px;
    padding-top: 5px;}

#head {
    min-height: 80px;
}

.tbar {background-color: #cecece;font-size: 20px;}
.tbar a {text-decoration: none;}

.prDesc a {text-decoration: none;color:black;}
 .knapp {background: yellow;}

.cartDeliveryTable button {background-color:yellow;}

@media (max-width:991px) {img#WebsiteLogo {
    width: 120px;
}
#head {
    min-height: 117px;
}
}

@media (max-width: 767px){
#head {
    min-height: 80px;
padding-top: 80px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
}