body,
html {
    height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: scroll;
}

#header {
    position: absolute;
    height: 80px;
    width: 100%;
}

.container {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 50px;
    overflow: auto;
    width: 100%;
}

.container-fluid {
    width: 100%;
}

#axiom_header {
    background-color: #e8e4e0;
    border-bottom: 1px solid #fff;
    height: 80px;
    width: 100%;
}

#axiom_search {
    font-family: Helvetica,Arial,sans-serif;
    padding: 15px 15px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
}

#axiom_search span {
    font-size: 1em;
    margin: 0 5px 0 0;
    color: white;
}
