#header a,
#header a:focus,
#header a:hover {
    text-decoration: none;
}

#header #stuck_container > .container {
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}