/*
 * @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-nav-dropdown {
	position: absolute;
	width: 300px;
	min-height: 100px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-top: 8px;
	text-align: left;
	padding: 5px 8px;
}

div.mw-bookmanagerv2-nav-dropdown:after, .mw-bookmanagerv2-nav-dropdown:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.mw-bookmanagerv2-nav-dropdown:after {
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 5px;
	left: 50%;
	margin-left: -140px;
}

div.mw-bookmanagerv2-nav-dropdown:before {
	border-color: rgba(220, 220, 220, 0);
	border-bottom-color: #dcdcdc;
	border-width: 6px;
	left: 50%;
	margin-left: -141px;
}

div.mw-bookmanagerv2-nav-dropdown ol, div.mw-bookmanagerv2-nav-dropdown ul {
	list-style: none;
	margin: 0;
}

div.mw-bookmanagerv2-nav-toc {
	margin-left: 45px;
}

div.mw-bookmanagerv2-nav-dropdown .title {
	font-style: italic;
}

div.mw-bookmanagerv2-nav-scrollable {
	max-height: 300px;
	overflow: auto;
}

div.mw-bookmanagerv2-nav-dropdown div.mw-bookmanagerv2-dropdown-header {
	border-bottom: 1px solid rgb(170, 170, 170);
	margin-bottom: 5px;
	overflow: hidden;
}

div.mw-bookmanagerv2-dropdown-header span.mw-bookmanagerv2-header-name {
	font-weight: bold;
}

div.mw-bookmanagerv2-nav-dropdown span.mw-bookmanagerv2-edit-json-link {
	float: right;
}

span.mw-bookmanagerv2-link-bracket,
span.mw-bookmanagerv2-link-divider {
	margin: 0 2px;
}
