/*
 * @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-wrap {
	width: 100%;
	text-align: center;
}

div.mw-bookmanagerv2-nav-constrain {
	display:inline-block;
	position: relative;
}

div.mw-bookmanagerv2-nav-bar {
	display: inline-block;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 3px 5px;
}

a.mw-bookmanagerv2-nav-icon,
a.mw-bookmanagerv2-nav-icon img {
	display: inline;
	cursor: pointer;
}

a.mw-bookmanagerv2-nav-icon {
	float: left;
	margin: 0 10px;
}

a.mw-bookmanagerv2-nav-prev {
	float: left;
	margin-right: 10px;
	background: transparent url('../images/Angle_left_font_awesome.png') no-repeat left center;
	padding-left: 25px;
}

a.mw-bookmanagerv2-nav-next {
	float: right;
	margin-left: 10px;
	background: transparent url('../images/Angle_right_font_awesome.png') no-repeat right center;
	padding-right: 25px;
}

div.mw-bookmanagerv2-nav-dropdown {
	display: none;
}

div.mw-bookmanagerv2-json-data ul,
div.mw-bookmanagerv2-json-contents ol {
	list-style: none;
	margin: 0;
}

ol li.indent-1 {
	margin-left: 10px;
}

ol li.indent-2 {
	margin-left: 20px;
}

ol li.indent-3 {
	margin-left: 30px;
}

ol li.indent-4 {
	margin-left: 40px;
}

ol li.indent-5 {
	margin-left: 50px;
}
