﻿/* CSS placed here will be applied to all skins */

.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}

#security-info-toggle {
    visibility: hidden;
    line height: 1px;
}

#security-info {
    visibility: hidden;
    line height: 1px;
}