@font-face {
    font-family: 'TitilliumWeb';
    src: url('../resources/Font/Titillium_Web/TitilliumWeb-SemiBold.ttf');
}
html {
    background-color: black;
    color: white;
    font-family: 'TitilliumWeb', sans-serif;
}
.icontiny {
    background: left center no-repeat;
}
.click_highlight {
	background-color: #123456 !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.tbl_affixe {
    text-align: left;
    padding-right: 10px;
    border: none;
}
.mytabs {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    max-width: 100%;
	font-size: 17px;
	text-align:center;
}
.mytabs table, td {
	border: 1px solid #383838;
    border-collapse: collapse;
}
.mytabs th {
    position: sticky;
	background-color: black;
	font-size: 17px;
    top: -1px;
    outline: 1px solid #383838;
    height: 53px;
	background-size: 100% 100%;
	z-index: 10;
}
.mytabs table {
    width: 100%;
}
.mytabs tr:nth-child(even) {
	background-color: #181818;
}
.mytabs tr:not(:first-child):hover {
    background-color: #012e31;
}
.mytabs input[type="radio"] {
    display: none;
}
.mytabs label {
    padding: 5px;
	width: 85px;
    font-weight: bold;
    border: 1px solid #383838;
	font-size: 17px;
	border-radius: 15px 15px 0px 0px;
}
.mytabs .tab {
    width: 100%;
    order: 1;
    display: none;
}
.mytabs input[type='radio']:checked + label + .tab {
    display: block;
}
.mytabs input[type="radio"]:checked + label {
	color: red;
}
.mytabs .dungeon {
	width: 8%;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.mytabs .ilvl {
    width: 5%;
}
.mytabs .score {
    width: 7%;
}
.mytabs .rewards {
    width: 11%;
}
.mytabs .twenty {
    width: 4%;
}
.mytabs .runs_weekly {
    width: 7%;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  font-size: 0.8em;
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 11;
  bottom: 125%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#roleicon {
  width: 12px;
}
.tbl_tt td {
    border: none;
}
.spec_icon {
    display:block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    width: 32px;
    height: 32px;
}