/**
 * Copyright 2023 Max Barry
 * 
 * Maps developed for April Fools 2023 by Eluvatar
 */
table.map_view { padding: 0.5%; max-height: 2160px; max-width: 3840px; overflow: auto; }
.map_view { margin: 0 auto; border-spacing: 3px; display:inline-block; position:relative; }
.map_view .map { max-width: 100%; }
.map_list img.map { max-height: 44vh; }
.map_list td { text-align: center; }

#map_nation_box { border:1px #CCC solid; border-radius:3px; box-shadow:1px 1px 3px #999; padding: 15px; margin:10px; background: white }
#map_nation_box:hover a.charttoggle { display:inline-block; }
#color_dialog { border:1px #CCC solid; border-radius:3px; box-shadow:1px 1px 3px #999; padding: 15px; margin:10px; background: white }
#color_dialog:hover a.charttoggle { display:inline-block; }
.heaviest_map legend { font-size: 12px; padding: 4px 18px; }
.heaviest_map { margin-bottom: 2ex; max-height: 2160px; max-width: 3840px; }
.world_map .heaviest_map img { height: 100%; max-height: 270px }

img.map { box-shadow: 1px 1px 4px #333; }
