<div class="col-12 col-lg-4">
    <div class="d-flex mb-3  pt-4">
        <div class="btn-link p-0 m-0 font-size-smaller text-uppercase d-block mr-2 font-weight-bold">Tabulka </div>
    </div>

      <div class="d-flex">
        <a onclick="showTable('table1')" class="tab js-tab-link text-nowrap position-relative text-uppercase font-size-small font-weight-bold d-block pl-1 pr-1 pb-4 pt-4 ml-3">Tabulka západ</a>
        <a onclick="showTable('table2')" class="tab js-tab-link text-nowrap position-relative text-uppercase font-size-small font-weight-bold d-block pl-1 pr-1 pb-4 pt-4 ml-3">Tabulka východ</a>
      </div>

      <table id="table1" class="table table-condensed table-bordered table-box">
          <thead>
              <tr>
                  <th>#</th>
                  <th>Tým</th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Z</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">V</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">P</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Skóre</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Body</abbr></th>
              </tr>
          </thead>
          <tbody>
              <tr>
                  <td>1.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/Plzen.png" data-srcset="https://futsalliga.esports.cz/files/logos/Plzen.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">SK Interobal Plzeň</td>
                    <td>14</td>
                    <td>12</td>
                    <td>0</td>
                    <td>86:17</td>
                    <td>38</td>
              </tr>
              <tr>
                  <td>2.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" data-srcset="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">FTZS Liberec</td>
                    <td>14</td>
                    <td>12</td>
                    <td>1</td>
                    <td>86:21</td>
                    <td>37</td>
              </tr>
              <tr>
                  <td>3.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/SK_Slavia_Praha.png" data-srcset="https://futsalliga.esports.cz/files/logos/SK_Slavia_Praha.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">SK Slavia Praha</td>
                    <td>14</td>
                    <td>8</td>
                    <td>6</td>
                    <td>49:48</td>
                    <td>24</td>
              </tr>
              <tr>
                  <td>4.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/International_FC_Kadao.png" data-srcset="https://futsalliga.esports.cz/files/logos/International_FC_Kadao.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">International FC Kadaň</td>
                    <td>14</td>
                    <td>7</td>
                    <td>6</td>
                    <td>50:48</td>
                    <td>22</td>
              </tr>
              <tr>
                  <td>5.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/MELNIK.png" data-srcset="https://futsalliga.esports.cz/files/logos/MELNIK.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">SK Olympik Mělník</td>
                    <td>14</td>
                    <td>5</td>
                    <td>6</td>
                    <td>38:43</td>
                    <td>18</td>
              </tr>
              <tr>
                  <td>6.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/usti.png" data-srcset="https://futsalliga.esports.cz/files/logos/usti.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">SK Rapid Ústí n. L.</td>
                    <td>14</td>
                    <td>5</td>
                    <td>7</td>
                    <td>42:40</td>
                    <td>17</td>
              </tr>
              <tr>
                  <td>7.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/chomutov2.png" data-srcset="https://futsalliga.esports.cz/files/logos/chomutov2.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">Jungheinrich Baník Chomutov</td>
                    <td>14</td>
                    <td>2</td>
                    <td>11</td>
                    <td>31:83</td>
                    <td>7</td>
              </tr>
              <tr>
                  <td>8.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/Bohemians_Praha_1905.png" data-srcset="https://futsalliga.esports.cz/files/logos/Bohemians_Praha_1905.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">Bohemians Praha 1905</td>
                    <td>14</td>
                    <td>0</td>
                    <td>14</td>
                    <td>15:97</td>
                    <td>0</td>
              </tr>

          </tbody>
      </table>

      <table id="table2" class="table table-condensed table-bordered table-box" style="display:none;">
          <thead>
              <tr>
                  <th>#</th>
                  <th>Tým</th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Z</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Skóre</abbr></th>
                  <th><abbr class="tooltip" data-title="Description" title="Description">Body</abbr></th>
              </tr>
          </thead>
          <tbody>
              <tr>
                  <td>1.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/FK_Chrudim1.png" data-srcset="https://futsalliga.esports.cz/files/logos/FK_Chrudim1.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">FK Chrudim</td>
                    <td>16</td>
                    <td>62:29</td>
                    <td>38</td>
              </tr>
              <tr>
                  <td>2.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/sumperk.png" data-srcset="https://futsalliga.esports.cz/files/logos/sumperk.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">RSKM D.D. Šumperk</td>
                    <td>16</td>
                    <td>83:35</td>
                    <td>36</td>
              </tr>
              <tr>
                  <td>3.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/Orel_Ueckovice.png" data-srcset="https://futsalliga.esports.cz/files/logos/Orel_Ueckovice.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">Orel Řečkovice</td>
                    <td>16</td>
                    <td>50:25</td>
                    <td>32</td>
              </tr>
              <tr>
                  <td>4.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/Helas_Brno_1.png" data-srcset="https://futsalliga.esports.cz/files/logos/Helas_Brno_1.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">Helas Brno</td>
                    <td>16</td>
                    <td>55:27</td>
                    <td>30</td>
              </tr>
              <tr>
                  <td>5.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/abinuti_Vlci_Brno.png" data-srcset="https://futsalliga.esports.cz/files/logos/abinuti_Vlci_Brno.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">Žabinští Vlci Brno</td>
                    <td>16</td>
                    <td>34:41</td>
                    <td>16</td>
              </tr>
              <tr>
                  <td>6.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/amor_vyukov.png" data-srcset="https://futsalliga.esports.cz/files/logos/amor_vyukov.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">SK Amor Vyškov</td>
                    <td>16</td>
                    <td>33:51</td>
                    <td>16</td>
              </tr>
              <tr>
                  <td>7.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/uherske_hradiste.png" data-srcset="https://futsalliga.esports.cz/files/logos/uherske_hradiste.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">FC Bizoni Uherské Hradiště</td>
                    <td>16</td>
                    <td>49:64</td>
                    <td>15</td>
              </tr>
              <tr>
                  <td>8.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/1.FC_Nejzbach_Vysoke_MAto.png" data-srcset="https://futsalliga.esports.cz/files/logos/1.FC_Nejzbach_Vysoke_MAto.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">1. FC Nejzbach Vysoké Mýto</td>
                    <td>16</td>
                    <td>36:75</td>
                    <td>12</td>
              </tr>
              <tr>
                  <td>9.</td>
                  <td><img src="https://futsalliga.esports.cz/files/logos/FC_Atraps_Brno.png" data-srcset="https://futsalliga.esports.cz/files/logos/FC_Atraps_Brno.png" width="20" height="20" alt="" class="d-none d-md-inline align-middle mr-2 js-lazy">FC Atraps Brno</td>
                    <td>16</td>
                    <td>28:83</td>
                    <td>10</td>
              </tr>

          </tbody>
      </table>

    <div class="d-flex justify-content-between">
        <a href="/standings" class="p-2 mt-3 mx-auto text-center    bg-secondary rounded d-inline-block text-white font-size-small font-weight-bold text-uppercase">Celá tabulka</a>
    </div>
</div>

<div class="col-12 col-lg-4 p-2 p-md-4 mt-4 mt-md-0 border-left border-bcolor">
    <div class="d-flex mb-3">
        <div class="btn-link p-0 m-0 font-size-smaller text-uppercase d-block mr-2 font-weight-bold">Góly</div>
    </div>


          <a href="/player/1387" class="row mb-3">
              <div class="col-3 col-md-auto mb-3 mb-lg-0">
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="100" height="100" alt="" class="img-fluid rounded-circle js-lazy">
              </div>
              <div class="col-9 col-md-12 col-xl-8">
                  <h1 class="player-name mb-2 mb-md-0 font-weight-normal beta"><span class="font-size-big">Lubor</span><br>  Petr</h1>
                  <div class="font-secondary font-size-bigger d-flex align-items-center mt-2 mb-4">
                    <img src="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" data-srcset="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png 2x" width="23" height="23" alt="" class="d-block mr-2 mb-1 js-lazy">
                    FTZS Liberec
                  </div>
                  <div class="d-flex flex-wrap">
                      <div class="mr-3 mr-xl-4">
                          <div class="delta font-primary mb-0">21</div><div class="text-gray font-size-big">Gólů</div>
                      </div>
                  </div>
              </div>
          </a>


          <a href="/player/1359" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#2</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img src="https://futsalliga.esports.cz/files/logos/Plzen.png" data-srcset="https://futsalliga.esports.cz/files/logos/Plzen.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Dominik Nový</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">19</div>
                  <div class="text-gray">Gólů</div>
              </div>
          </a>


          <a href="/player/1398" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#3</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img src="https://futsalliga.esports.cz/files/logos/International_FC_Kadao.png" data-srcset="https://futsalliga.esports.cz/files/logos/International_FC_Kadao.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Marek Vácha</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">17</div>
                  <div class="text-gray">Gólů</div>
              </div>
          </a>


          <a href="/player/1385" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#4</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img src="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" data-srcset="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Mikuláš Passian</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">17</div>
                  <div class="text-gray">Gólů</div>
              </div>
          </a>


          <a href="/player/1365" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#5</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img src="https://futsalliga.esports.cz/files/logos/Plzen.png" data-srcset="https://futsalliga.esports.cz/files/logos/Plzen.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Šimon Dudla</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">15</div>
                  <div class="text-gray">Gólů</div>
              </div>
          </a>


    <div class="d-flex justify-content-between">
        <a href="/statistics" class="p-2 mt-3 mx-auto text-center bg-secondary rounded d-inline-block text-white font-size-small font-weight-bold text-uppercase">všechny statistiky</a>
    </div>

</div>

<div class="col-12 col-lg-4 p-2 p-md-4 mt-4 mt-md-0 border-left border-bcolor">
    <div class="d-flex mb-3">
        <div class="btn-link p-0 m-0 font-size-smaller text-uppercase d-block mr-2 font-weight-bold">Body</div>
    </div>


          <a href="/player/1387" class="row mb-3">
              <div class="col-3 col-md-auto mb-3 mb-lg-0">
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="100" height="100" alt="" class="img-fluid rounded-circle js-lazy">
              </div>
              <div class="col-9 col-md-12 col-xl-8">
                  <h1 class="player-name mb-2 mb-md-0 font-weight-normal beta"><span class="font-size-big">Lubor</span><br>  Petr</h1>
                  <div class="font-secondary font-size-bigger d-flex align-items-center mt-2 mb-4">
                    <img src="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" data-srcset="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png 2x" width="23" height="23" alt="" class="d-block mr-2 mb-1 js-lazy">
                    FTZS Liberec
                  </div>
                  <div class="d-flex flex-wrap">
                      <div class="mr-3 mr-xl-4">
                          <div class="delta font-primary mb-0">30</div><div class="text-gray font-size-big">Bodů</div>
                      </div>
                  </div>
              </div>
          </a>


          <a href="/player/1362" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#2</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img data-src="https://futsalliga.esports.cz/files/logos/Plzen.png" data-srcset="https://futsalliga.esports.cz/files/logos/Plzen.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Jan Ticháček</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">28</div>
                  <div class="text-gray">Bodů</div>
              </div>
          </a>


          <a href="/player/1385" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#3</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img data-src="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png" data-srcset="https://futsalliga.esports.cz/files/logos/FTZS_Liberec.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Mikuláš Passian</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">27</div>
                  <div class="text-gray">Bodů</div>
              </div>
          </a>


          <a href="/player/1359" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#4</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img data-src="https://futsalliga.esports.cz/files/logos/Plzen.png" data-srcset="https://futsalliga.esports.cz/files/logos/Plzen.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Dominik Nový</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">27</div>
                  <div class="text-gray">Bodů</div>
              </div>
          </a>


          <a href="/player/1407" class="d-flex align-items-center justify-content-between border-top border-bcolor pt-2 pb-2">
              <div class="d-flex align-items-center">
                  <div class="font-size-bigger font-weight-bold">#5</div>
                  <img src="/images/content/logo_box.png" data-srcset="/images/content/logo_box.png 2x" width="35" height="35" alt="" class="d-block ml-2 rounded-circle js-lazy object-content">
                  <img data-src="https://futsalliga.esports.cz/files/logos/usti.png" data-srcset="https://futsalliga.esports.cz/files/logos/usti.png 2x" width="24" height="24" alt="" class="d-block ml-2 mr-2 js-lazy object-content">
                  <div class="font-size-bigger">Marek Černý</div>
              </div>
              <div class="d-flex align-items-end font-weight-bold">
                  <div class="mr-1">26</div>
                  <div class="text-gray">Bodů</div>
              </div>
          </a>


    <div class="d-flex justify-content-between">
        <a href="/statistics" class="p-2 mt-3 mx-auto text-center bg-secondary rounded d-inline-block text-white font-size-small font-weight-bold text-uppercase">všechny statistiky</a>
    </div>

</div>
