element.style {
}
.navbar, .header_view {
    border-width: 0;
}
.navbar-default, .header_view {
    background-color: #bfbe28;
    border-color: transparent;
}
@media (min-width: 768px)
.navbar, .header_view {
    border-radius: 4px;
}
.navbar, .header_view {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
