.account-settings-button {
    color: #29527A;
    font-size: 13px;
    border: 1px solid #B1C7DE;
    border-radius: 3px;
    height: 3.5em;
    text-shadow: 0 1px #FFFFFF;

    -webkit-background-size: 1px 9em;
    -moz-background-size: 1px 9em;
    background-size: 1px 9em;

    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;

    background-color: #F4F8FD;

    background-image: -webkit-linear-gradient(#F4F8FD, #DDE7F3 83%);
    background-image: -moz-linear-gradient(#F4F8FD, #DDE7F3 83%);
    background-image: -o-linear-gradient(#F4F8FD, #DDE7F3 83%);
    background-image: -ms-linear-gradient(#F4F8FD, #DDE7F3 83%);
    background-image: linear-gradient(#F4F8FD, #DDE7F3 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F7FC', endColorstr='#EAF1F8', GradientType=0 );
    outline: none;
}

.account-settings-button:hover, .account-settings-button.active {
    background-size: 1px 3.5em;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F8FD', endColorstr='#DDE7F3', GradientType=0 );
}


.account-settings-button > * {
    vertical-align: top;
}

.account-settings-button i,
.user-prefs-panel i {
    color: #23476C;
}

.account-settings-button i {
    text-shadow: 0 -1px #000000;
    font-size: 1.3em;
}

.account-settings-button .icon-user {
    margin-right: 5px;
}

.account-settings-button .icon-down-open {
    margin-left: 5px;
}

.account-settings-button .user-info-container {
    display: inline-block;
    text-align: right;
}

.account-settings-button .user-info-container > div {
    display: block !important;
    min-width: 150px;
    max-width: 400px;
}

.account-settings-button .spoofer-info {
    font-size: .9em;
    color: #6086A9;
    font-style: italic;
    font-weight: normal;
}

.user-prefs-panel {
    display: none;
    z-index: 999;
    text-shadow: 0 1px #FFFFFF;
    position: absolute;
    border: 1px solid #B1C7DE;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.user-prefs-panel {
    -webkit-box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.2);
}

.user-prefs-panel {
    background-image: -webkit-linear-gradient(#DDE7F3, #FFFFFF);
    background-image: -moz-linear-gradient(#DDE7F3, #FFFFFF);
    background-image: -o-linear-gradient(#DDE7F3, #FFFFFF);
    background-image: -ms-linear-gradient(#DDE7F3, #FFFFFF);
    background-image: linear-gradient(#DDE7F3, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDE7F3', endColorstr='#FFFFFF', GradientType=0);
    border-top: none;
}

.user-prefs-panel a,
.user-prefs-panel a:visited {
    color: #363636;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    -ms-transition: color .25s;
    transition: color .25s;
}

.user-prefs-panel.menu-panel a {
    text-decoration: underline;
}

.user-prefs-panel a:hover {
    color: #3588CB;
}

.user-prefs-panel .account-info-section,
.user-prefs-panel .account-settings-section {
    margin: 0 10px;
}

.user-prefs-panel .account-info-section,
.user-prefs-panel .account-settings-section,
.user-prefs-panel .accout-switch-container {
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 0;
}

.user-prefs-panel .account-info-section {
    color: #29527A;
}

.user-prefs-panel .account-info-section,
.user-prefs-panel .account-settings-section {
    padding-bottom: 5px;
}

.user-prefs-panel .account-settings-section {
    border-bottom-width: 1px;
}

.user-prefs-panel .account-info-section .line {
    margin-bottom: 5px;
}

.user-prefs-panel .line > div {
    display: inline-block;
    vertical-align: middle;
}

.user-prefs-panel .label-column {
    width: 45%;
    min-width: 100px;
    font-weight: bold;
}

.user-prefs-panel .value-column {
    width: 50%;
}

.user-prefs-panel .accout-switch-container,
.user-prefs-panel .logout-container {
    width: 49%;
    text-align: center;
}

.user-prefs-panel .accout-switch-container {
    border-right-width: 1px;
}

.user-prefs-panel .account-settings-section {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-top: 5px;
    font-size: 1.1em;

}

.user-prefs-panel .account-settings-section > li {
    margin-top: 5px;
}

.user-prefs-panel .actions-section {
    margin: 10px 0;
}

.user-prefs-panel .spoofer-section i {
    margin-left: -4px;
}

.user-prefs-panel .actions-section a,
.user-prefs-panel .actions-section a:visited,
.user-prefs-panel .spoofer-section a,
.user-prefs-panel .spoofer-section a:visited {
    text-decoration: none;
    color: #19334D;
}

.user-prefs-panel .actions-section a:hover,
.user-prefs-panel .spoofer-section a:hover {
    text-decoration: underline;
}

.user-prefs-panel .actions-section .inactive,
.user-prefs-panel .actions-section .inactive i {
    color: #9DAAB6;
    cursor: default;
}
