/*
.table { 
  display:table;
  box-shadow:  0 0 5px #000, 0 0 10px #000, 0 0 30px #000, 0 0 40px #ff8000, 0 0 60px rgba(255, 128, 0, 0.5);
}
.tr { 
  display:table-row; 
}

.td, .th { 
  display: table-cell; 
  padding: 10px 4px;
}

.th {
    border-bottom: 3px solid #999999;
    text-align: center;  
    color: yellow;
}

.tabDatum
{
  color: yellow;
}

.tabVeduci {
  color: rgba( 255, 180, 255, 1);
  display: block;
}

.tabNazov
{
  color: white;
}

.tabkal .tr:nth-child(1n):hover
{ 
  background-color: rgb( 0, 0, 0, 0.7); 
}

.tabkal { 
  border: 2px solid transparent; 
  background-color: rgb( 11, 11, 11, 0.4);
  text-align: left;
  margin: auto;  
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 30px #000, 0 0 40px #ff8000, 0 0 50px #ff8000, 0 0 60px #ff8000, 0 0 75px #ff8000;
}

.tabkal .td:nth-child(1){
  padding: 10px 15px;
  color: yellow;
  text-align: right;  
}

.tabkal .tr:nth-child(even){

  background-color: rgba( 11, 11, 11, 0.3);
}
.tabkal .tr:nth-child(2n+1){

  background-color: rgba( 11, 11, 11, 0.4);
}

@media (max-width: 600px)
{
  .column {
    width: auto;
  }
}*/