#nav-inner
{
    background: #354d72;
}
#user-nav {
    padding: 0;
    font-size: .9em;
    text-align: center;
}
#user-nav div {
    display: inline;
}

#user-nav li {
    display: inline;
    list-style-type: none;
    padding: 0 .7em;
    margin: 0;
}

#user-nav a {
    text-decoration: none;
    color: #fff;
}

#user-account {
    position: absolute;
    right: 25px;
    margin: 8px 0 0 0;
    padding: 0;
}

#user-account-container {
    margin-top: 10px;
}

#user-account li {
    display: inline;
    list-style-type: none;
    padding: 0 2px;
    margin: 0;
}

#user-account a,
#user-account a:visited,
#user-account a:hover {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.my-account-menu {
    display: block;
    background-color: #ededed;
    position: absolute;
    z-index: 210;
    text-align: left;
    font-family: 'Roboto';
    color: #333;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    right: 0;
    width: 400px;
}

.my-account-menu a,
.my-account-menu a:link,
.my-account-menu a:visited {
    color: #364E71 !important;
    text-transform: none !important;
    font-size: 13px !important;
}

.my-acount-menu-search {
    font-family: 'Roboto';
    border-radius: 45px;
}

#useraccount-form,
#featured {
    background: #e1e9f0;
    padding: 1em;
    margin-bottom: 2em;
}
#useraccount-form {
    margin-top: 1.5em;
    padding:1em 2em 2em 2em;
}

.badge-grey {
    background-color: #364E71;
}

.my-new-fred-favorites-header {
    color: #364E71 !important;
    border-bottom: 1px solid #5E88A2 !important;
}

.my-account-logged-in-icon {
    font-size: 1.3em !important;
    transform: rotate(0.25turn);
}

.my-account-logged-in-txt {
    color: white;
    padding: 0 0.4em 0 0;
}
