BODY {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 10px;
  line-height: 12px;
}
BODY::-webkit-scrollbar {
  width: 0px;
}
IMG {
  margin: 0px;
}
DIV.hrac {
  position: absolute;
  width: 11px;
  height: 6px;
  transition: all 0.5s;
  z-index: 0;
}
DIV.hrac DIV {
  width: 11px;
  height: 6px;
  transition: all 0.5s;
  background: url('img/bod1.png') no-repeat left top;
}
DIV.bod0 DIV {
  background: url('img/bod0.png') no-repeat left top;
}
DIV.bod1 DIV {
  background: url('img/bod1.png') no-repeat left top;
}
DIV.bod2 DIV {
  background: url('img/bod2.png') no-repeat left top;
}
DIV.bod3 DIV {
  background: url('img/bod3.png') no-repeat left top;
}
DIV.bod4 DIV {
  background: url('img/bod4.png') no-repeat left top;
}
DIV.hrac P {
  position: absolute;
  margin: 0px;
  padding: 0px;
  display: none;
  font-style: italic;
  transition: all 1s;
  //visibility: hidden;
  opacity: 0;
  color: #B4B4B4;
}
DIV.hrac P SPAN {
  position: absolute;
  z-index: 5;
}
DIV.hrac:hover {
  width: 200px;
  height: 60px;
  transition: all 0.2s;
  background: #141414;
  cursor: pointer;
  //border-left: 5px solid #1add00;
  z-index: 1;
}
DIV.hrac:hover P {
  //visibility: visible;
  opacity: 1;
  display: block;
  padding: 3px;
  width: 194px;
  transition-delay:1s;
}
DIV.hrac IMG.mini {
  position: absolute;
  margin-top: -17px;
  margin-left: -18px;
  width: 40px;
  height: auto;
  display: none;
}
DIV.hrac P IMG {
  position: absolute;
  right: 0px;
  width: 100px;
  height: auto;
  z-index: 1;
}
SPAN.nick {
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  color: #fff;
}
//*
DIV[data-typ="bod0"] {
  background: #ffffff;
}
DIV[data-typ="bod1"] {
  background: #1add00;
}
DIV[data-typ="bod2"] {
  background: #D6DD00;
}
DIV[data-typ="bod3"] {
  background: #FB8C13;
}
DIV[data-typ="bod4"] {
  background: #FF1600;
}
/**/
DIV.ja {
  width: 10px;
  height: 10px;
}
#filtrLinek {
  position: fixed;
  left: 10px;
  top: 10px;
  height: 25px;
  display: table-cell;
  vertical-align: middle;  
}
#filtrLinek SELECT, #filtrLinek LABEL, P.bezVozu {
  float: left;
  display: inline;
  margin: 0px;
  margin-left: 10px;
  padding: 4px;
  background: #141414;
  color: #686868;
  border: 1px dotted #686868;
  opacity: 0.7;
  font-size: 12px;
  line-height: 12px;
}
#filtrLinek LABEL {
  padding: 2px;
}
P.bezVozu {
  padding: 6px;
  padding-bottom: 5px;
  display: none;
  background: #6B1414;
  color: #FF3132;
  border-color: #FF3132;
}