
/* elastic skin: set the font size of the 'logo' */
div#logo.custom-logo {
    font-size: 25px;
}

/* elastic skin: start fixes for login button margins */
button#rcmloginsubmit {
    margin-left: 1px;
}

#login-form .formbuttons {
    margin-right: 2px;
}
/* elastic skin: end fixes for login button margin */

/* elastic skin: hide license link in help task */
/*
Disabled because help plugin is disabled.  Also this is too broad
and damages menus unrelated to help.
ul.listing li[role=menuitem]:nth-child(3) {
    display: none;
}
*/
