/**
 * Copyright (c) 2008-present Sonatype, Inc.
 *
 * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/pro/attributions
 * Sonatype and Sonatype Nexus are trademarks of Sonatype, Inc. Apache Maven is a trademark of the Apache Foundation.
 * M2Eclipse is a trademark of the Eclipse Foundation. All other trademarks are the property of their respective owners.
 */
.nx-usertoken-icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nx-usertoken-message {
    font-size: 12px;
}

.nx-usertoken-UserProfileView {
    /*padding: 15px;*/
}

.nx-usertoken-UserProfileView .x-fieldset {
    border-width: 1px 0 0 0; /* top border only */
}

.nx-usertoken-UserTokenWindow {
    /*padding: 15px;*/
}

.nx-usertoken-UserTokenWindow .x-window-body {
    font-size: 12px;
}

.nx-usertoken-UserTokenWindow .x-panel-body {
    padding: 15px;
}

.nx-usertoken-AdminProfileView {
    padding: 15px;
}

.nx-usertoken-AdminProfileView .x-fieldset {
    border-width: 1px 0 0 0; /* top border only */
}

.nx-usertoken-SettingsView {
    padding: 15px;
}

.nx-usertoken-SettingsView .x-fieldset {
    border-width: 1px 0 0 0; /* top border only */
}

