/**
 * account.css
 * 
 * Account Dropdown which opens when you click on the avatar in the header navigation.
 * 
 */

/*-----------------------------------------------------------------------
# Account Dropdown
------------------------------------------------------------------------*/

.menu-account {
  padding: 20px;
  text-align: left;
  width: 300px;
  right: 32px;
}

.account-overview img, .account-overview .account-overview-text { float: left; }

.account-overview .account-overview-text { padding-left: 12px; margin-top: 6px; }

.account-overview .account-overview-text p { line-height: 1.5; vertical-align: middle; }

.account-overview .account-overview-text p.small { font-weight: 600; }

.account-links ul { margin-top: 16px; }

.account-links a { margin-bottom: 8px; }

.menu-account .btn {  margin-top: 16px; }