
/* CSS Document */
/*  block href - arrow - head */
a[href*="void"]{
   
  cursor: text;
 }

 a[href*="void"] img{
  
   cursor: default;
  }

  #portmain .art-middle .typ-vypis-1 div.vtitle a[href*="void"]:hover {
    color: inherit;
  }

@media only screen and (max-width: 800px) {
    .grid.grid-pad .mbsep.col-1-2
  {
      width: inherit;
    }
  }

