﻿.accountInfo .ButtonDropdown_button.Button.OSInline {
    background-color: #4dbded;
    padding: 0 10px;
    color: #fff;
    border: none;
}

.accountInfo .ButtonDropdown.open .ButtonDropdown_button.Button {
    background-color: #4dbded !important;
    border-bottom-width: 0 !important;
    box-shadow: none !important;
    border: none;
}

.accountInfo .open > .DropdownMenu {
    width: 250px;
}

.accountInfo .DropdownMenu {
    background-color: #fff;
    border-color: transparent !important;
    border-radius: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
    display: none;
    left: -85px !important;
    min-width: 120px;
    position: absolute;
    text-align: left;
    top: 110% !important;
    z-index: 15;
}

.accountInfo .DropdownMenu a:link:hover {
    text-decoration: none !important;
    color: #4dbded !important;
}