/* Larger map monster resistance text without increasing table width. */
.map-table-wrap{
  overflow-x:hidden!important;
}

.map-monster-table{
  width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
  font-size:10.5px!important;
  line-height:1.15!important;
}

.map-monster-table th,
.map-monster-table td{
  padding:4px 3px!important;
  vertical-align:middle!important;
}

.map-monster-table th:first-child,
.map-monster-table td:first-child{
  width:22%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}

.map-monster-table th:not(:first-child),
.map-monster-table td:not(:first-child){
  width:13%!important;
  text-align:center!important;
}

.map-monster-table th{
  font-size:8.5px!important;
  line-height:1.1!important;
}
