#accountswitcher_header {
    position: relative;
    float: right;
}

#accountswitcher_header_popup {
    padding: 0 30px 0 15px;
    position:absolute;
    top:0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.7s ease-in;
}

#accountswitcher_header_popup ul {
    position: absolute;
    left: 0;
    padding-left: 10px;
    padding-right: 20px;
    min-width: 80px;
    margin-top:17px;
    line-height: 120%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 15px;
    white-space: pre-line;
}

#accountswitcher_header:hover >  #accountswitcher_header_popup {
    visibility: visible;
    opacity: 1;
}

#accountswitcher_header_popup:hover {
    visibility: visible;
    opacity: 1;
}

[id*="profile_switch_"] > img {
    height: 32px;
    width: auto;
}

[id*="profile_link_"] {
    list-style-type: none;
}

[id*="profile_link_"] > a > img {
    height: 32px;
    width: auto;
}

.acclist_outer {
    text-align: center;
    float: left;
    border: 1px solid;
    border-color: #000;
    width: 100%;
}

.acclist_att {
    padding-left: 20px;
}

.acclist_att > img {
    height: 44px;
    width: auto;
}

.acclist_mast {
    padding-left: 30px;
}

.acclist_mast > img {
    height: 44px;
    width: auto;
}

.acclist_card_mast {
    float:left;
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #000;
}

.acclist_card_mast > img {
    height: 44px;
    width: auto;
}

.acclist_card_att {
    float:left;
    width: 250px;
    text-align: center;
}

.acclist_card_hidden {
    text-align: center;
    padding-top: 30px;
    float: left;
    width: 250px;
    border: none;
}

.acclist_card_att > img {
    height: 100px;
    width: auto;
}

.profile_card_mast {
    padding: 5px;
    background: none;
    border: none;
}

.profile_card_att {
    padding: 5px;
    background: none;
    border: none;
}

.as_head_drop {
    list-style-type: none;
    white-space: nowrap;
}

.as_head_drop > img {
    height: 22px;
    width: auto;
}

.as_head_userbit > img {
    height: 22px;
    width: auto;
}

.as_header {
    border-top: 1px solid;
    margin-top: 7px!important;
    padding-top: 7px!important;
    clear: both;
    min-width: 400px;
}

.as_header > img {
    height: 22px;
    width: auto;
}

.as_header > li > img {
    height: 22px;
    width: auto;
}

.as_side_user {
    list-style-type: none;
    white-space: nowrap;
    height: 24px;
}

.as_menu {
    display: block;
    overflow: auto;
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 11;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 0;
}

.as_menu ul {
    margin-top: 40px;
}

.as_menu ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    font-size: 12px;
    text-align: left;
    padding: 3px 0px;
}

.as_menu ul li img {
    height: 22px;
    width: auto;
}

.as_menu ul li:before {
    content: "";
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.2);
}

.as_menu.isOpen {
    -webkit-transform: translate(300px;
    0);
    -moz-transform: translate(300px;
    0);
    -ms-transform: translate(300px;
    0);
    -o-transform: translate(300px;
    0);
    transform: translate(300px, 0);
}

.as_menu-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
    width: 10px;
    height: 100%;
    border: 5px solid transparent;
    -webkit-transition: opacity .4s ease .4s;
    -moz-transition: opacity .4s ease .4s;
    -ms-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
}

.as_menu-right {
    display: block;
    padding: 0;
    overflow: auto;
    position: fixed;
    right: -300px;
    top: 0;
    padding-top: 80px;
    width: 300px;
    height: 100%;
    z-index: 11;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.as_menu-right ul {
    margin-top: 40px
}

.as_menu-right ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    font-size: 12px;
    padding: 3px 0;
    text-align: left
}

.as_menu-right ul li img {
    height: 22px;
    width: auto;
}

.as_menu-right ul li:before {
    content: "";
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.2)
}

.as_menu-right.isOpen {
    -webkit-transform: translate(-300px; 0);
    -moz-transform: translate(-300px; 0);
    -ms-transform: translate(-300px; 0);
    -o-transform: translate(300px; 0);
    transform: translate(-300px, 0)
}

.as_menu-arrow-right {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
    width: 10px;
    height: 100%;
    border: 5px solid transparent;
    -webkit-transition: opacity .4s ease .4s;
    -moz-transition: opacity .4s ease .4s;
    -ms-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}         