#header-region {
    height: 50px;
    background-color: black;
    color: white;
    overflow: hidden;
    position: relative;
    a {
        color: white;
    }

    h2 {
        margin: 0;
        float: left;
        line-height: 50px;
        padding-left: 10px;
    }

    ul {
        margin: 0;
        padding: 0;
        float: left;
        margin-top:18px;
        margin-left: 50px;
        li {
            float: left;
            margin-left: 30px;
            list-style: none;
            font-size: 14px;
            // border:  solid 1px #ddd;
            line-height: 18px;
            padding: 2px 10px;
            // border-radius: 2px;
            // box-shadow: 0px 0px 5px #fff;
        }
    }
    select {
        color: black;
        position: absolute;
        right: 10px;
        top: 15px;
    }
}
