Дуэль. 99%. , где потерял процент??? хелп

Всем привет.

Тест прошел на 99%. Помогите найти 1 процент. И еще у меня ощущение, что я как-то все слишком усложнил. Прокомментируйте пожалуйста.

body {
width: 280px;
margin: 0;
padding: 0;
}

.shooter-1{
padding: 55px 0 55px 0;
border-bottom: 1px dashed #cccccc;
background: #fcf8e3;
}

.shooter-2{
padding: 55px 0 55px 0;
background: #d9edf7;
}

.shooter-1 .target,
.shooter-2 .target{
width: 200px;
height: 25px;
margin: 0 auto;
padding: 10px 15px 10px 15px;
border-radius: 2px;
background: white;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
overflow: hidden;
list-style: none;
}

li{
position: relative;
float: left;
width: 22px;
height: 22px;
margin-right: 20px;
border: 1px solid black;
border-radius: 50%;
background: #333333;/черная метка/
font-size: 0;
}

li:last-child{
margin-right: 0;
}

li.miss div.hitbox,
.shooter-2 li:first-child div.hitbox,
.shooter-2 li:last-child div.hitbox,
.shooter-2 li:first-child+li+li+li div.hitbox{
width: 10px;
height: 10px;
margin: 6px auto;
border-radius: 50%;
background: #999999;/маленькая точка/
}

.shooter-1 li:first-child>div,
.shooter-1 li:first-child+li+li+li>div.hitbox,
.shooter-2 li:first-child+li>div.hitbox,
.shooter-2 li:first-child+li+li>div.hitbox
{
position: absolute;
top: -2px;
left: -2px;
width: 26px;
height: 26px;
border-radius: 50%;
border: 1px solid white;
background: #f5f5f5;/белая мишень/
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

span{
position: absolute;
top: 12px;
left: 11px;
width: 5px;
height: 25px;
background: #f5f5f5;/белая засечка/
box-shadow:
-1px 15px 2px rgba(0, 0,0 , 0.3),
1px 15px 2px rgba(0, 0, 0, 0.3);
}

.shooter-1 li.miss span,
.shooter-2 li:first-child span,
.shooter-2 li:first-child+li+li+li span,
.shooter-2 li:last-child span{
display:none;
}

{
display: none;
}

{
display: none;
}

{
display: none;
}

Усложнили, вы и сами видите. Можно короче. Почитайте темы по этому заданию, разбор похожей ошибки был не раз. По-моему придется два селектора местами поменять.

Большое спасибо, почитаю.

1 лайк