aside form.filter table td select#filter_type{ height: 1.5em; } aside form.filter table td select#filter_type option{ display: inline-block; } aside form.filter table td.rune div{ display: inline-block; box-shadow: var(--input-box-shadow); } aside form.filter table td.rune select{ height: 8.5em; box-shadow: none; } aside form.filter table td.rune select:not(:first-child){ border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } aside form.filter table td.rune select:not(:last-child){ border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } aside form.filter table td.rune select option{ font-size: 90%; } aside form.filter table td.stats div{ display: inline-block; box-shadow: var(--input-box-shadow); } aside form.filter table td.stats select{ height: 3em; box-shadow: none; } aside form.filter table td.stats select:not(:first-child){ border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } aside form.filter table td.stats select:not(:last-child){ border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } aside form.filter table td.stats select option{ font-size: 90%; } section#enchantments > table{ margin: auto; border-collapse: collapse; border: 0.2em solid #000000; border-top: 0; display: inline-block; border-radius: 0.4em; } section#enchantments > table td.header{ background-color: #00000066; color: #ffffff; border-top: 0.2em solid #000000; font-weight: bold; text-align: left; } section#enchantments > table td.header img, span{ display: inline-block; vertical-align: middle; } section#enchantments > table td.header img{ height: 1.5em; } section#enchantments > table td.header img.group_image_1{ transform: rotate(0deg); } section#enchantments > table td.header img.group_image_2{ transform: rotate(57deg); } section#enchantments > table td.header img.group_image_3{ transform: rotate(123deg); } section#enchantments > table td.header img.group_image_4{ transform: rotate(180deg); } section#enchantments > table td.header img.group_image_5{ transform: rotate(237deg); } section#enchantments > table td.header img.group_image_6{ transform: rotate(303deg); }