@font-face {
    font-family: "frutiger";
    font-weight: 300;
    src:         url("fonts/frutiger-light.eot?#iefix");
    src:         url("fonts/frutiger-light.eot?#iefix") format("eot"),
                 url("fonts/frutiger-light.woff2") format("woff2"),
                 url("fonts/frutiger-light.woff") format("woff"),
                 url("fonts/frutiger-light.ttf") format("truetype");
}

@font-face {
    font-family: "frutiger";
    font-weight: 400;
    src:         url("fonts/frutiger-regular.eot?#iefix");
    src:         url("fonts/frutiger-regular.eot?#iefix") format("eot"),
                 url("fonts/frutiger-regular.woff2") format("woff2"),
                 url("fonts/frutiger-regular.woff") format("woff"),
                 url("fonts/frutiger-regular.ttf") format("truetype");
}

@font-face {
    font-family: "frutiger";
    font-weight: 600;
    src:         url("fonts/frutiger-bold.eot?#iefix");
    src:         url("fonts/frutiger-bold.eot?#iefix") format("eot"), url("fonts/frutiger-bold.woff2") format("woff2"),
                 url("fonts/frutiger-bold.woff") format("woff"),
                 url("fonts/frutiger-bold.ttf") format("truetype");
}

body {
    font-size:   14px;
    font-family: "frutiger", serif;
}

.navbar-default {
    background: rgb(0, 83, 160);
}

.navbar-default .navbar-text {
    color: white;
}

#footer {
    background-color: rgb(36, 54, 80);
}

#footer .text-muted, #footer a {
    color: rgb(255, 255, 255);
}

#footer .text-muted {
    opacity: 0.5;
}

.page-header {
    margin-top: 10px;
}

.tab-pane > h3 {
    margin-top: 10px;
}

#gaPopUp, #gaMorePopUp {
    position: fixed;
    color: rgb(255, 255, 255);
    background-color: rgb(89, 89, 89);
    display: none;
    z-index: 99999;
    padding: 4px 6px;
    top: 0;
    width: 100%;
}