.R {
text-align: right;
}
.L {
text-align: left;
}
.no-data{
color: silver;
}
.mt-infobox {
width: 350px;
}
.monster-table td{
min-width: 1.8em;
}
.mt-label{
background-color: #c2ab86;
font-weight: bold;
padding-left: 1em;
text-align: left;
}
.mt-2-columns{
display: grid;
grid-template-columns: 4em auto 4em auto;
}
.mt-3-columns{
display: grid;
grid-template-columns: 4em auto 4em auto 4em auto;
}
.mt-data-title{
font-weight: bold;
}
.mw-collapsible-toggle-default::after {
content: ']';
color: #88734f;
padding-right: 5px;
}
.mw-collapsible-toggle-default::before {
content: '[';
color: #88734f;
}