
li.sub-list-lev1 {list-style: none;margin-left:17px;}
li.sub-list-lev2 {list-style: none;margin-left:30px;}
li.sub-list-lev1:before { /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
left: -16px;
top: 0px;
color: #48AED5;
font-size: 39px;}
li.sub-list-lev2{
    list-style:circle;}

.akcents {color: white;
background: #2574ce;
padding: 1px;}
.poga {}