header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 49px;
    border-bottom: 1px solid #eee;
    background-image: linear-gradient(-54deg, #17152f, #192045 74%);
}

header.admin {
    top: 30px;
}

header .title {
    line-height: 49px;
    padding-left: 10px;
    font-size: 20px;
    color: #00406e;
    font-weight: normal;
}

header .title .blue {
    display: inline-block;
    width: 240px;
}

header .title .blue img {
    vertical-align: middle;
}

header .title .small {
    font-weight: 300;
    color: white;
    letter-spacing: -1px;
    font-size: 18px;
}

header .region-select {
    display: none;
}