.card-body {
  margin-top: -120px;
  background-color: rgba(255,255,255,0.6);
}

.card td {
  width: max-content;
}

.card h3 {
  font-size: xx-large;
  font-weight: 600;
}

.card h5 {    
  font-weight: 600;
}

.radek {
  display: inline-flex;
  width: 100%;
}

.leva {
  text-align: left;
  width: min-content;
  padding: 12px;
  white-space: nowrap;
}

.prava {
  text-align: right;
  width: inherit;
  padding: 12px;
  white-space: nowrap;
}

.card {
  margin-bottom: 20px;
  max-width: 400px !important;
  width: 90% !important;
}


/*
<div class="card" style="width:400px">
  <img class="card-img-top" src="/img/foto/ver_03.jpg" alt="Card image" style="width:100%">
  <div class="card-body">
    <h3 class="card-title text-center">Akira Ice</h3>
    <h5 class="card-title text-center">z Honezovického údolí</h5>
    <p class="card-text">
      <table class="table table-borderless">
        <tr>
          <th class="text-left">Otec</th>
          <td class="text-right">ARES CALLIDUS Eiwy-Wolf</td>
        </tr>
        <tr>
          <th class="text-left">Matka</th>
          <td class="text-right">Passey Star z Ranče Montara</td>
        </tr>
        <br>
        <tr>
          <th class="text-left">Datum narození</th>
          <td class="text-right">21.06.2019</td>
        </tr>
        <tr>
          <th class="text-left">Druh srsti</th>
          <td class="text-right">Dlouhá</td>
        </tr>
        <tr>
          <th class="text-left">Výška</th>
          <td class="text-right">--</td>
        </tr>
        <tr>
          <th class="text-left">Rengen</th>
          <td class="text-right">--</td>
        </tr>
      </table>
    </p>
    <a href="#" class="btn btn-primary">Průkaz Původu PDF</a>
  </div>
</div>
*/
