
/* 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;
  }*/
  .grid.grid-pad .row-mbsep
  {
      width: 100%;
    }

.row-mbsep table h4:after {
  display: none;
}
.row-mbsep table ul {
  list-style-type: none;
}

    @media only screen and (min-width: 480px) {
.vbody:nth-child(odd) .row-mbsep .mbsep-1-2-d2 table, .vbody:nth-child(even) .row-mbsep .mbsep-1-2-d1 table
{
  max-width: 80%;
  margin: 0px auto;
  font-size: 120%;
   text-align: center;
}
    }


@media only screen and (max-width: 800px) {
    .grid.grid-pad .mbsep.col-1-2
  {
    width: inherit !important;
    }

    .grid.grid-pad .row-mbsep {
      
      margin-bottom: 30px;
    }
  }

