/* Blink Animation */
@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */

/* Wackel ANimation */
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

/* Slide in Animation */
@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}



p.listitemrow:hover {background: rgb(20, 18, 16);}
p.listitemrow:nth-child(odd):hover {background: rgb(20, 18, 16);}

.listcaption {
  background: #141210;
  text-align: center;
}
.frameitembg .listcaption:first-of-type {margin-top: 10px;}

#listrow_clan { margin-top: 20px;}
#listrow_special { position: fixed;
top: 3px;
left: 40px;
z-index: 14;}
#listrow_special a {font-size:0px;}
#listrow_special a:after {content: " Spezi "; font-size:10px;}

.frameitembg {padding-top:20px;}
.frameitembg:before {content: "";
display: block;
background: #141210;
width: 263px;
height: 22px;
position:fixed;
left: 0px;
top: 0px;
box-shadow: 0px 3px 5px #000000b3;z-index: 10;}

/* Inti */
#listrow_int b{font-size:0px;}
#listrow_int b:after{content: "Int: "; font-size:13px;}
/* Charas / Auftrag */

#listrow_char_mission {
font-size: 0px;
position: fixed;
top: 3px;
right: 25px;
border: none;
background: transparent;
z-index: 15;
}

#listrow_aka_battlep {
  text-align: center;
  width: 263px;
  margin-left: -10px;
}

a[href~="item.php?action=missiondesc"],
a[href~="ability.php"] {
   font-size: 0px;
}

a[href~="item.php?action=missiondesc"]:after {
   content: "Auftrag";
   font-size: 9px;
}

a[href~="ability.php"]:after {
   content: "Chara";
   font-size: 9px;
   margin-right: 10px;
   padding-left: 5px;
height: 16px;
display: inline-block;
}

/* Lebenspunkte */
#listrow_lifep { font-size: 0px;}

#listrow_lifep .healthok,
#listrow_lifep .healthmed,
#listrow_lifep .healthcritical {
display: inline-block;
position: fixed;
padding: 5px;
text-align: right;
overflow: hidden;
right: 102px;
top: -5px;
z-index: 14;
}



#listrow_lifep .healthok:after {content: url(img/heart_ok.png); padding-left:5px; position: relative; top:2px; overflow:hidden;
}
#listrow_lifep .healthmed:after {content: url(img/heart_mid.png); padding-left:5px; position: relative; top:2px;

-webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
overflow:hidden;
}
#listrow_lifep .healthcritical {
-webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal .5s infinite ease-in-out; /* IE */
    animation:blink normal .5s infinite ease-in-out; /* Opera */

}

#listrow_lifep .healthcritical:after {content: url(img/heart_crit.png); padding-left:5px; position: relative; top:2px;

-webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal .5s infinite ease-in-out; /* IE */
    animation:blink normal .5s infinite ease-in-out; /* Opera */
overflow:hidden;
}

/* Amulett */
#listrow_neck b { font-size: 0px;}
#listrow_neck {
  position: fixed;
  top: 0px;
  background: #141210;
  left: 10px;
  width: 18px;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 14;
  display: inline-flex;
  padding-right: 5px;
  height: 18px;
  -webkit-transition: all 0.2s;
  animation: slide-in 0.2s backwards;
  -webkit-animation: slide-in 0.2s backwards;
  padding-top: 2px;
}

#listrow_neck:hover {
	background: #1e1b17;
   max-width: 243px;
   height: 20px;
   animation: slide-in 4.0s forwards;
    -webkit-animation: slide-in 4.0s forwards;
	width: 100%;
  border: none;
  border-radius: 0px;
	box-shadow: none;
  position: absolute;
  left:0px;
  padding-top: 2px;
  padding-left:15px;
  top:1px;
  z-index:15;
}

#listrow_neck a:after {
   content: url(img/int.png);
   display: inline-flex;
	top: 0px;
	position: relative;
   opacity: .7;
      animation: slide-in 0.2s forwards;
    -webkit-animation: slide-in 0.2s forwards;
	padding-right: 14px;
	left: -5px;
}
#listrow_neck a:hover:after {
   opacity: 1;


}

#listrow_neck a {
   font-size: 0px;
}

/* Angriff und V Stärke / Waffen */
#listrow_attackp:before { content: "Ang: "; font-weight: bold;}
#listrow_defensep:before { content: "Ver: "; font-weight: bold;}
#listrow_attackp b,
#listrow_defensep b {
   font-size: 0px;
}

#listrow_defensew,
#listrow_attackw {
   font-size: 0px;
   position: relative;
   top: -20px;
   border: none;
   background: none;
   float: right;
   display: flex;
}

#listrow_defensew a:hover:before, #listrow_attackw a:hover:before {opacity: 1;}
#listrow_attackw a:before {
   content: url(img/attack.png);
padding-right:3px;
overflow:hidden;
opacity: .7;
}


#listrow_defensew a:before {
   content: url(img/defence.png);
padding-right:3px;
overflow:hidden;
opacity: .7;
}

/* Clan / Gruppe */
#listrow_clan{
height:18px;
display:table;
padding:0;width:calc(100% + 0px);
border-collapse: collapse;
font-size:12;
color: transparent;
margin-bottom:-3px;
border-right: 0px solid #4D3D32;
border-bottom: none;
margin-top: 0;
}

#listrow_group b, #listrow_clan b{ display: none; }
#listrow_group{
position:absolute;
z-index:2;
right:6px;
left:calc(50% + 0px);
background: #1a1714;
text-align:center;
margin-top:-15px;
max-width: 100px;
border: 0px; }
#listrow_clan a{
display: table-cell;
width:50%;
text-align:center;
padding:0px;
margin:0;
line-height:18px; }



/* Geld */
#listrow_money b {font-size: 0px; }

/* Anwenden Anschauen, Ablegen, Transer von Items */



/* Waffenzustand */

#listrow_attackw[title="Zustand: 3%"]:after, #listrow_defensew[title="Zustand: 3%"]:after {font-weight: bold; content: "3%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 4%"]:after, #listrow_defensew[title="Zustand: 4%"]:after {font-weight: bold; content: "4%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 5%"]:after, #listrow_defensew[title="Zustand: 5%"]:after {font-weight: bold; content: "5%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 6%"]:after, #listrow_defensew[title="Zustand: 6%"]:after {font-weight: bold; content: "6%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 7%"]:after, #listrow_defensew[title="Zustand: 7%"]:after {font-weight: bold; content: "7%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 8%"]:after, #listrow_defensew[title="Zustand: 8%"]:after {font-weight: bold; content: "8%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 9%"]:after, #listrow_defensew[title="Zustand: 9%"]:after {font-weight: bold; content: "9%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 10%"]:after, #listrow_defensew[title="Zustand: 10%"]:after {font-weight: bold; content: "10%"; font-size: 11px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}

#listrow_attackw[title="Zustand: 11%"]:after, #listrow_defensew[title="Zustand: 11%"]:after {content: "11%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 12%"]:after, #listrow_defensew[title="Zustand: 12%"]:after {content: "12%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 13%"]:after, #listrow_defensew[title="Zustand: 13%"]:after {content: "13%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 14%"]:after, #listrow_defensew[title="Zustand: 14%"]:after {content: "14%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 15%"]:after, #listrow_defensew[title="Zustand: 15%"]:after {content: "15%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 16%"]:after, #listrow_defensew[title="Zustand: 16%"]:after {content: "16%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 17%"]:after, #listrow_defensew[title="Zustand: 17%"]:after {content: "17%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 18%"]:after, #listrow_defensew[title="Zustand: 18%"]:after {content: "18%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 19%"]:after, #listrow_defensew[title="Zustand: 19%"]:after {content: "19%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 20%"]:after, #listrow_defensew[title="Zustand: 20%"]:after {content: "20%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}

#listrow_attackw[title="Zustand: 21%"]:after, #listrow_defensew[title="Zustand: 21%"]:after {content: "21%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 22%"]:after, #listrow_defensew[title="Zustand: 22%"]:after {content: "22%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 23%"]:after, #listrow_defensew[title="Zustand: 23%"]:after {content: "23%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 24%"]:after, #listrow_defensew[title="Zustand: 24%"]:after {content: "24%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 25%"]:after, #listrow_defensew[title="Zustand: 25%"]:after {content: "25%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 26%"]:after, #listrow_defensew[title="Zustand: 26%"]:after {content: "26%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 27%"]:after, #listrow_defensew[title="Zustand: 27%"]:after {content: "27%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 28%"]:after, #listrow_defensew[title="Zustand: 28%"]:after {content: "28%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 29%"]:after, #listrow_defensew[title="Zustand: 29%"]:after {content: "29%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}
#listrow_attackw[title="Zustand: 30%"]:after, #listrow_defensew[title="Zustand: 30%"]:after {content: "30%"; font-size: 10px; color: #FF7E7E; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -moz-animation:blink normal .5s infinite ease-in-out; /* Firefox */-webkit-animation:blink normal .5s infinite ease-in-out; /* Webkit */-ms-animation:blink normal .5s infinite ease-in-out; /* IE */ animation:blink normal .5s infinite ease-in-out; /* Opera */}

#listrow_attackw[title="Zustand: 31%"]:after, #listrow_defensew[title="Zustand: 31%"]:after {content: "31%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 32%"]:after, #listrow_defensew[title="Zustand: 32%"]:after {content: "32%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 33%"]:after, #listrow_defensew[title="Zustand: 33%"]:after {content: "33%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 34%"]:after, #listrow_defensew[title="Zustand: 34%"]:after {content: "34%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 35%"]:after, #listrow_defensew[title="Zustand: 35%"]:after {content: "35%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 36%"]:after, #listrow_defensew[title="Zustand: 36%"]:after {content: "36%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 37%"]:after, #listrow_defensew[title="Zustand: 37%"]:after {content: "37%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 38%"]:after, #listrow_defensew[title="Zustand: 38%"]:after {content: "38%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 39%"]:after, #listrow_defensew[title="Zustand: 39%"]:after {content: "39%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 40%"]:after, #listrow_defensew[title="Zustand: 40%"]:after {content: "40%"; font-size: 10px; color: #FFD493; }

#listrow_attackw[title="Zustand: 41%"]:after, #listrow_defensew[title="Zustand: 41%"]:after {content: "41%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 42%"]:after, #listrow_defensew[title="Zustand: 42%"]:after {content: "42%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 43%"]:after, #listrow_defensew[title="Zustand: 43%"]:after {content: "43%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 44%"]:after, #listrow_defensew[title="Zustand: 44%"]:after {content: "44%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 45%"]:after, #listrow_defensew[title="Zustand: 45%"]:after {content: "45%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 46%"]:after, #listrow_defensew[title="Zustand: 46%"]:after {content: "46%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 47%"]:after, #listrow_defensew[title="Zustand: 47%"]:after {content: "47%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 48%"]:after, #listrow_defensew[title="Zustand: 48%"]:after {content: "48%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 49%"]:after, #listrow_defensew[title="Zustand: 49%"]:after {content: "49%"; font-size: 10px; color: #FFD493; }
#listrow_attackw[title="Zustand: 50%"]:after, #listrow_defensew[title="Zustand: 50%"]:after {content: "50%"; font-size: 10px; color: #FFD493; }

#listrow_attackw[title="Zustand: 51%"]:after, #listrow_defensew[title="Zustand: 51%"]:after {content: "51%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 52%"]:after, #listrow_defensew[title="Zustand: 52%"]:after {content: "52%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 53%"]:after, #listrow_defensew[title="Zustand: 53%"]:after {content: "53%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 54%"]:after, #listrow_defensew[title="Zustand: 54%"]:after {content: "54%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 55%"]:after, #listrow_defensew[title="Zustand: 55%"]:after {content: "55%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 56%"]:after, #listrow_defensew[title="Zustand: 56%"]:after {content: "56%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 57%"]:after, #listrow_defensew[title="Zustand: 57%"]:after {content: "57%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 58%"]:after, #listrow_defensew[title="Zustand: 58%"]:after {content: "58%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 59%"]:after, #listrow_defensew[title="Zustand: 59%"]:after {content: "59%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 60%"]:after, #listrow_defensew[title="Zustand: 60%"]:after {content: "60%"; font-size: 10px; color: #B8FF93; }

#listrow_attackw[title="Zustand: 61%"]:after, #listrow_defensew[title="Zustand: 61%"]:after {content: "61%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 62%"]:after, #listrow_defensew[title="Zustand: 62%"]:after {content: "62%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 63%"]:after, #listrow_defensew[title="Zustand: 63%"]:after {content: "63%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 64%"]:after, #listrow_defensew[title="Zustand: 64%"]:after {content: "64%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 65%"]:after, #listrow_defensew[title="Zustand: 65%"]:after {content: "65%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 66%"]:after, #listrow_defensew[title="Zustand: 66%"]:after {content: "66%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 67%"]:after, #listrow_defensew[title="Zustand: 67%"]:after {content: "67%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 68%"]:after, #listrow_defensew[title="Zustand: 68%"]:after {content: "68%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 69%"]:after, #listrow_defensew[title="Zustand: 69%"]:after {content: "69%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 70%"]:after, #listrow_defensew[title="Zustand: 70%"]:after {content: "70%"; font-size: 10px; color: #B8FF93; }

#listrow_attackw[title="Zustand: 71%"]:after, #listrow_defensew[title="Zustand: 71%"]:after {content: "71%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 72%"]:after, #listrow_defensew[title="Zustand: 72%"]:after {content: "72%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 73%"]:after, #listrow_defensew[title="Zustand: 73%"]:after {content: "73%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 74%"]:after, #listrow_defensew[title="Zustand: 74%"]:after {content: "74%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 75%"]:after, #listrow_defensew[title="Zustand: 75%"]:after {content: "75%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 76%"]:after, #listrow_defensew[title="Zustand: 76%"]:after {content: "76%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 77%"]:after, #listrow_defensew[title="Zustand: 77%"]:after {content: "77%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 78%"]:after, #listrow_defensew[title="Zustand: 78%"]:after {content: "78%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 79%"]:after, #listrow_defensew[title="Zustand: 79%"]:after {content: "79%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 80%"]:after, #listrow_defensew[title="Zustand: 80%"]:after {content: "80%"; font-size: 10px; color: #B8FF93; }

#listrow_attackw[title="Zustand: 81%"]:after, #listrow_defensew[title="Zustand: 81%"]:after {content: "81%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 82%"]:after, #listrow_defensew[title="Zustand: 82%"]:after {content: "82%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 83%"]:after, #listrow_defensew[title="Zustand: 83%"]:after {content: "83%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 84%"]:after, #listrow_defensew[title="Zustand: 84%"]:after {content: "84%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 85%"]:after, #listrow_defensew[title="Zustand: 85%"]:after {content: "85%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 86%"]:after, #listrow_defensew[title="Zustand: 86%"]:after {content: "86%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 87%"]:after, #listrow_defensew[title="Zustand: 87%"]:after {content: "87%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 88%"]:after, #listrow_defensew[title="Zustand: 88%"]:after {content: "88%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 89%"]:after, #listrow_defensew[title="Zustand: 89%"]:after {content: "89%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 90%"]:after, #listrow_defensew[title="Zustand: 90%"]:after {content: "90%"; font-size: 10px; color: #B8FF93; }

#listrow_attackw[title="Zustand: 91%"]:after, #listrow_defensew[title="Zustand: 91%"]:after {content: "91%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 92%"]:after, #listrow_defensew[title="Zustand: 92%"]:after {content: "92%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 93%"]:after, #listrow_defensew[title="Zustand: 93%"]:after {content: "93%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 94%"]:after, #listrow_defensew[title="Zustand: 94%"]:after {content: "94%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 95%"]:after, #listrow_defensew[title="Zustand: 95%"]:after {content: "95%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 96%"]:after, #listrow_defensew[title="Zustand: 96%"]:after {content: "96%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 97%"]:after, #listrow_defensew[title="Zustand: 97%"]:after {content: "97%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 98%"]:after, #listrow_defensew[title="Zustand: 98%"]:after {content: "98%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 99%"]:after, #listrow_defensew[title="Zustand: 99%"]:after {content: "99%"; font-size: 10px; color: #B8FF93; }
#listrow_attackw[title="Zustand: 100%"]:after, #listrow_defensew[title="Zustand: 100%"]:after {content: "100%"; font-size: 10px; color: #B8FF93; }

#listrow_attackw[title="Zustand: 101%"]:after, #listrow_defensew[title="Zustand: 101%"]:after {content: "101%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 102%"]:after, #listrow_defensew[title="Zustand: 102%"]:after {content: "102%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 103%"]:after, #listrow_defensew[title="Zustand: 103%"]:after {content: "103%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 104%"]:after, #listrow_defensew[title="Zustand: 104%"]:after {content: "104%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 105%"]:after, #listrow_defensew[title="Zustand: 105%"]:after {content: "105%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 106%"]:after, #listrow_defensew[title="Zustand: 106%"]:after {content: "106%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 107%"]:after, #listrow_defensew[title="Zustand: 107%"]:after {content: "107%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 108%"]:after, #listrow_defensew[title="Zustand: 108%"]:after {content: "108%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 109%"]:after, #listrow_defensew[title="Zustand: 109%"]:after {content: "109%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 110%"]:after, #listrow_defensew[title="Zustand: 110%"]:after {content: "110%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 111%"]:after, #listrow_defensew[title="Zustand: 111%"]:after {content: "111%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 112%"]:after, #listrow_defensew[title="Zustand: 112%"]:after {content: "112%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 113%"]:after, #listrow_defensew[title="Zustand: 113%"]:after {content: "113%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 114%"]:after, #listrow_defensew[title="Zustand: 114%"]:after {content: "114%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 115%"]:after, #listrow_defensew[title="Zustand: 115%"]:after {content: "115%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 116%"]:after, #listrow_defensew[title="Zustand: 116%"]:after {content: "116%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 117%"]:after, #listrow_defensew[title="Zustand: 117%"]:after {content: "117%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 118%"]:after, #listrow_defensew[title="Zustand: 118%"]:after {content: "118%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 119%"]:after, #listrow_defensew[title="Zustand: 119%"]:after {content: "119%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 120%"]:after, #listrow_defensew[title="Zustand: 120%"]:after {content: "120%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 121%"]:after, #listrow_defensew[title="Zustand: 121%"]:after {content: "121%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 122%"]:after, #listrow_defensew[title="Zustand: 122%"]:after {content: "122%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 123%"]:after, #listrow_defensew[title="Zustand: 123%"]:after {content: "123%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 124%"]:after, #listrow_defensew[title="Zustand: 124%"]:after {content: "124%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 125%"]:after, #listrow_defensew[title="Zustand: 125%"]:after {content: "125%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 126%"]:after, #listrow_defensew[title="Zustand: 126%"]:after {content: "126%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 127%"]:after, #listrow_defensew[title="Zustand: 127%"]:after {content: "127%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 128%"]:after, #listrow_defensew[title="Zustand: 128%"]:after {content: "128%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 129%"]:after, #listrow_defensew[title="Zustand: 129%"]:after {content: "129%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 130%"]:after, #listrow_defensew[title="Zustand: 130%"]:after {content: "130%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 131%"]:after, #listrow_defensew[title="Zustand: 131%"]:after {content: "131%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 132%"]:after, #listrow_defensew[title="Zustand: 132%"]:after {content: "132%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 133%"]:after, #listrow_defensew[title="Zustand: 133%"]:after {content: "133%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 134%"]:after, #listrow_defensew[title="Zustand: 134%"]:after {content: "134%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 135%"]:after, #listrow_defensew[title="Zustand: 135%"]:after {content: "135%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 136%"]:after, #listrow_defensew[title="Zustand: 136%"]:after {content: "136%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 137%"]:after, #listrow_defensew[title="Zustand: 137%"]:after {content: "137%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 138%"]:after, #listrow_defensew[title="Zustand: 138%"]:after {content: "138%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 139%"]:after, #listrow_defensew[title="Zustand: 139%"]:after {content: "139%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 140%"]:after, #listrow_defensew[title="Zustand: 140%"]:after {content: "140%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 141%"]:after, #listrow_defensew[title="Zustand: 141%"]:after {content: "141%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 142%"]:after, #listrow_defensew[title="Zustand: 142%"]:after {content: "142%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 143%"]:after, #listrow_defensew[title="Zustand: 143%"]:after {content: "143%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 144%"]:after, #listrow_defensew[title="Zustand: 144%"]:after {content: "144%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 145%"]:after, #listrow_defensew[title="Zustand: 145%"]:after {content: "145%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 146%"]:after, #listrow_defensew[title="Zustand: 146%"]:after {content: "146%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 147%"]:after, #listrow_defensew[title="Zustand: 147%"]:after {content: "147%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 148%"]:after, #listrow_defensew[title="Zustand: 148%"]:after {content: "148%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 149%"]:after, #listrow_defensew[title="Zustand: 149%"]:after {content: "149%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 150%"]:after, #listrow_defensew[title="Zustand: 150%"]:after {content: "150%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 151%"]:after, #listrow_defensew[title="Zustand: 151%"]:after {content: "151%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 152%"]:after, #listrow_defensew[title="Zustand: 152%"]:after {content: "152%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 153%"]:after, #listrow_defensew[title="Zustand: 153%"]:after {content: "153%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 154%"]:after, #listrow_defensew[title="Zustand: 154%"]:after {content: "154%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 155%"]:after, #listrow_defensew[title="Zustand: 155%"]:after {content: "155%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 156%"]:after, #listrow_defensew[title="Zustand: 156%"]:after {content: "156%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 157%"]:after, #listrow_defensew[title="Zustand: 157%"]:after {content: "157%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 158%"]:after, #listrow_defensew[title="Zustand: 158%"]:after {content: "158%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 159%"]:after, #listrow_defensew[title="Zustand: 159%"]:after {content: "159%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 160%"]:after, #listrow_defensew[title="Zustand: 160%"]:after {content: "160%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 161%"]:after, #listrow_defensew[title="Zustand: 161%"]:after {content: "161%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 162%"]:after, #listrow_defensew[title="Zustand: 162%"]:after {content: "162%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 163%"]:after, #listrow_defensew[title="Zustand: 163%"]:after {content: "163%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 164%"]:after, #listrow_defensew[title="Zustand: 164%"]:after {content: "164%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 165%"]:after, #listrow_defensew[title="Zustand: 165%"]:after {content: "165%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 166%"]:after, #listrow_defensew[title="Zustand: 166%"]:after {content: "166%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 167%"]:after, #listrow_defensew[title="Zustand: 167%"]:after {content: "167%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 168%"]:after, #listrow_defensew[title="Zustand: 168%"]:after {content: "168%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 169%"]:after, #listrow_defensew[title="Zustand: 169%"]:after {content: "169%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 170%"]:after, #listrow_defensew[title="Zustand: 170%"]:after {content: "170%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 171%"]:after, #listrow_defensew[title="Zustand: 171%"]:after {content: "171%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 172%"]:after, #listrow_defensew[title="Zustand: 172%"]:after {content: "172%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 173%"]:after, #listrow_defensew[title="Zustand: 173%"]:after {content: "173%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 174%"]:after, #listrow_defensew[title="Zustand: 174%"]:after {content: "174%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 175%"]:after, #listrow_defensew[title="Zustand: 175%"]:after {content: "175%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 176%"]:after, #listrow_defensew[title="Zustand: 176%"]:after {content: "176%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 177%"]:after, #listrow_defensew[title="Zustand: 177%"]:after {content: "177%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 178%"]:after, #listrow_defensew[title="Zustand: 178%"]:after {content: "178%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 179%"]:after, #listrow_defensew[title="Zustand: 179%"]:after {content: "179%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 180%"]:after, #listrow_defensew[title="Zustand: 180%"]:after {content: "180%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 181%"]:after, #listrow_defensew[title="Zustand: 181%"]:after {content: "181%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 182%"]:after, #listrow_defensew[title="Zustand: 182%"]:after {content: "182%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 183%"]:after, #listrow_defensew[title="Zustand: 183%"]:after {content: "183%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 184%"]:after, #listrow_defensew[title="Zustand: 184%"]:after {content: "184%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 185%"]:after, #listrow_defensew[title="Zustand: 185%"]:after {content: "185%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 186%"]:after, #listrow_defensew[title="Zustand: 186%"]:after {content: "186%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 187%"]:after, #listrow_defensew[title="Zustand: 187%"]:after {content: "187%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 188%"]:after, #listrow_defensew[title="Zustand: 188%"]:after {content: "188%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 189%"]:after, #listrow_defensew[title="Zustand: 189%"]:after {content: "189%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 190%"]:after, #listrow_defensew[title="Zustand: 190%"]:after {content: "190%"; font-size: 10px; color: #7EE4FF; }

#listrow_attackw[title="Zustand: 191%"]:after, #listrow_defensew[title="Zustand: 191%"]:after {content: "191%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 192%"]:after, #listrow_defensew[title="Zustand: 192%"]:after {content: "192%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 193%"]:after, #listrow_defensew[title="Zustand: 193%"]:after {content: "193%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 194%"]:after, #listrow_defensew[title="Zustand: 194%"]:after {content: "194%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 195%"]:after, #listrow_defensew[title="Zustand: 195%"]:after {content: "195%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 196%"]:after, #listrow_defensew[title="Zustand: 196%"]:after {content: "196%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 197%"]:after, #listrow_defensew[title="Zustand: 197%"]:after {content: "197%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 198%"]:after, #listrow_defensew[title="Zustand: 198%"]:after {content: "198%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 199%"]:after, #listrow_defensew[title="Zustand: 199%"]:after {content: "199%"; font-size: 10px; color: #7EE4FF; }
#listrow_attackw[title="Zustand: 200%"]:after, #listrow_defensew[title="Zustand: 200%"]:after {content: "200%"; font-size: 10px; color: #7EE4FF; }
