
/* 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;
  }

  #pgsc-uv-akce .row-mbsep  {
  display: flex;
  align-items: stretch;
}
  #pgsc-uv-akce .row-mbsep table {
 min-height: 100%;
}

  #pgsc-uv-akce .row-mbsep table p,   #pgsc-uv-kontakt .row-mbsep table p, #pgkt-ko .row-mbsep p {
 margin-bottom: 15px;
 font-size: 95%;
}

  #pgsc-uv-akce .row-mbsep table td {
 /*display: flex;
  flex-direction: column;
    align-items: center;
  justify-content: center;*/
}


@media only screen and (max-width: 800px) {
    .grid.grid-pad .mbsep.col-1-2
  {
      width: inherit;
    }
  }

