body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

header {
    background-color: #47388C;
    padding: 20px;
}

header .logo {
    max-width: 345px;
    display: inline-block;
    overflow: hidden;
}

header .logo img {
    width: 100%;
}

header .version-select {
    display: inline-block;
    position: relative;
    height: 60px;
    vertical-align: top;
    line-height: 60px;
    color: #FFF;
    margin-left: 50px;
    font-size: 20px;
}

header .version-select select {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    cursor: pointer;
}