#user_menu
{
    background-color: #878064;
}

#user_menu_in
{
    display: flex;
}

#user_menu_in > *
{
    width: 25%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid rgba(64, 64, 64, 0.4);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
}

#user_menu_in > *:last-child
{
    border-right: 1px solid rgba(64, 64, 64, 0.4);
}

#user_menu_in a:hover,
#user_menu_in a.active
{
    background-color: #4c4c4c;
}

#user_menu_in svg
{
    width: 26px;
    margin-right: 10px;
}

h3.profile
{
    padding: 10px 0;
    font-size: 21px;
    color: #1b2e6b;
}

#show-new-email
{
    cursor: pointer;
    font-size: 14px;
}

.form-row.form-row-new-email
{
    display: none;
    background-color: #faefb2;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #5c500b;
}

.form-row.form-row-new-email.show
{
    display: block;
}

.profile_info
{
    text-align: center;
    line-height: 1.6;
    font-family: "Lora", serif;
    background-color: #ddd6bb;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #6c5e0c;
}

.profile_info p
{
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_info p strong
{
    font-size: 22px;
    padding: 0 10px;
    letter-spacing: 1px;
}

.profile_info p a.button
{
    margin-left: 10px;
    background-color: #423d22;
    color: #fff;
    border: 0;
}