#mediawiki {
	font-family: sans-serif;
	font-size: 15px;
	color:#252525;
}

#mediawiki h1, h2, h3, h4, h5, h6 {
	font-family: "Linux Libertine", Georgia, Times, serif;
}
 
#mediawiki span {
	font-weight: normal;
	color: black;
}

table.table_encore-sortable th {
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none;
}

table.table_encore-sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

.table_encore,
table.table_encore-sortable {
	width: auto;
}

.table_encore td,
.table_encore th,
table.table_encore-sortable td,
table.table_encore-sortable th
{
	border: 1px solid #7D8287 !important; 
}

#type_chart td {
	text-align: center;
	padding: 4px 8px 4px 8px;
}

.tab,
.tab2,
.tab3 {
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #ccc;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.tab button,
.tab2 button,
.tab3 button {
	background-color: inherit;
	float: left;
	border: none;
	cursor: pointer;
	padding: 10px 12px;
	font-size: 15px;
}

.tab button:hover,
.tab2 button:hover,
.tab3 button:hover {
	color: #447FF5;
	border-bottom: 2px solid #447FF5;
}

.tab button.active,
.tab2 button.active,
.tab3 button.active {
	color: #3366CC;
	border-bottom: 2px solid #3366CC;
}

.tabcontent,
.tabcontent2,
.tabcontent3 {
	display: none;
	padding: 5px 0px 0px 0px;
	border-top: none;
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.arrow-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.arrow-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* Centro scroll wheel*/

#center,
#center2,
#center3 {
	width: 100%;
	display: flex;
	overflow-x: scroll;
	float: left;
	scroll-behavior: smooth;
}

#center::-webkit-scrollbar, 
#center2::-webkit-scrollbar,
#center3::-webkit-scrollbar {
	display: none;
}

.scroll-left {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ddd;
}

.scroll-right {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ddd;
}
