#header{
    background: #fff;
    height: 50px;
}

#logo{
    background:none;
    color:white;
    width: 102px;
    height: 49px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Ubuntu";
    font-size:25px;
}

#account{
    float:right;
}

#account .dropdown{
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 5px;
    background: #ee475b;
    right: 0;
    left: auto;
}

#account .dropdown .item{
    color: white;
    white-space: pre;
    padding: 7px 25px;
}

#account .dropdown-trigger.opened .menu-item{
}

#account .dropdown .item:hover{
    background: rgba(0, 0, 0, 0.25);
}


#account .arrow_up:after{
    right: 20px;
    left: auto;
}

#header-title{
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 20px;
    font-weight: 600;
}

#account .menu-item{
    padding: 0 20px;
    vertical-align: top;
    cursor: pointer;
    height: 50px;
}

#account .menu-item:hover{
    color: #ee475b;
}

#account .dropdown-holder{
    display: inline-block;
    vertical-align: top;

}

#verification_message{
    display: inline-block;
    vertical-align: top;
    padding: 4px 15px;
    background: #ee475b;
    border-radius: 12px;
    font-size: 13px;
    color: #ffffff;
    margin-top: 12px;
}

#account .account-user{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: #555;
    margin-top: 15px;
}

#account .header-heart-icon{
    color: #ee475b;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    font-size: 18px;
    margin-top: 15px;
}

#account .account-company{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #737373;
}

#version-number{
    background: #e04659;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    border-radius: 0 0 5px 5px;
    text-align: right;
}