<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @file
 * @section LICENSE
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/
div.mw-bookmanagerv2-section-container {
	position:relative;
	top: -50px;
	width: 870px;
	height: 100%;
}

li.mw-bookmanagerv2-section img.mw-bookmanagerv2-move,
li.mw-bookmanagerv2-new-section img.mw-bookmanagerv2-move {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 15px;
	margin: 10px 0px 10px 10px;
}

li.mw-bookmanagerv2-section span.mw-bookmanagerv2-edit-rename {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 10px 10px 10px 0px;
}

li.mw-bookmanagerv2-section img.mw-bookmanagerv2-remove,
li.mw-bookmanagerv2-new-section img.mw-bookmanagerv2-remove {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 10px;
	color: #666666;
	cursor: pointer;
}

li.mw-bookmanagerv2-sortable-placeholder {
	border: 1px dashed #919191;
	width: 700px;
	margin-bottom: 10px;
	overflow: hidden;
}

input.mw-bookmanagerv2-rename-input {
	vertical-align: middle;
	float: left;
	margin: 6px 5px 7px 10px;
}

div.mw-bookmanagerv2-add-section {
	overflow: hidden;
}

div.mw-bookmanagerv2-add-section &gt; span.mw-bookmanagerv2-add {
	float: right;
}

li.mw-bookmanagerv2-new-section img.mw-bookmanagerv2-move,
li.mw-bookmanagerv2-new-section img.mw-bookmanagerv2-remove,
li.mw-bookmanagerv2-rename img.mw-bookmanagerv2-move,
li.mw-bookmanagerv2-rename img.mw-bookmanagerv2-remove {
	margin-top: 25px;
}

li label {
	margin-right: 5px;
}

li.mw-bookmanagerv2-new-section input.mw-bookmanagerv2-new-section-name,
li.mw-bookmanagerv2-section input.mw-bookmanagerv2-rename-input-name {
	margin-bottom: 5px;
}

li div.mw-bookmanagerv2-input-section {
	float: left;
	margin: 6px 5px 6px 10px;
}

li div.mw-bookmanagerv2-button-wrapper {
	float: right;
	margin-top: 38px;
}

ul.mw-bookmanagerv2-section-list li.indent-1 {
	margin-left: 30px;
}

ul.mw-bookmanagerv2-section-list li.indent-2 {
	margin-left: 30px;
	margin-left: 60px;
}

ul.mw-bookmanagerv2-section-list li.indent-3 {
	margin-left: 90px;
}

ul.mw-bookmanagerv2-section-list li.indent-4 {
	margin-left: 120px;
}

ul.mw-bookmanagerv2-section-list li.indent-5 {
	margin-left: 150px;
}
</pre></body></html>