.control.header-selector {
    flex: none;
    display: flex;
    flex-direction: row;
    padding: 0 16px;
    align-items: center;
    color: #fff;
    border: none;
    background: transparent;
    transition: background .2s;
}

.control.header-selector:hover {
    background: rgba(0, 0, 0, .1);
}

.control.header-selector .icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.control.header-selector .body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.control.header-selector .body .title {
    font-size: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
}

.control.header-selector .body .value {
    font-family: 'Roboto Mono', monospace;
}

.control.header-selector .dropdown {
    margin: -10px 0 0 16px;
}