
/* 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;
  }

  .row-mbsep p  {
    margin-bottom: 10px;
  }

  .row-mbsep .dalsiinfo {
    float:right;
    font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  }

@media only screen and (max-width: 800px) {
    .grid.grid-pad .mbsep.col-1-2
  {
      width: inherit;
     /* height:100%;
      background-color:aqua;*/
    }


/* picture - 100% - trial*/

.mbsep.col-1-2 td
    {
        /*display: flex;*/
        flex-direction:column;
      }
body .row-mbsep  {
  display: flex;
  
  align-items: inherit;
  margin-bottom:20px !important;
}


.row-mbsep tr,  .row-mbsep td, .row-mbsep tbody {
  
    display: flex;
  }

  .row-mbsep table {
    height: 100%;
      display: flex;
    }

    #portmain  .row-mbsep img {
      height: 100%;
        object-fit: cover;
      }

  }

