#loading {
    visibility: none;
    height: calc(var(--vh, 1vh) * 100);
   }
.table thead th {
    border-bottom: 0px;
    border-top: 0px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
   margin-bottom:10px;
  }

.mobileyoutube {
    width: 375px;
  }

@media screen and (max-width: 768px) {

#loading {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color:white;
    vertical-align:bottom;
    #padding-top: 20%;
    #font-size:large; 
    #color:blue;
    #font-style:italic;
    #font-weight:400;
    #background-image: url("preloader.gif");
    #background-repeat: no-repeat;
    #background-attachment: fixed;
    #background-position: center;
}


  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  .fancySearchRow th{
    display:block;
    #border: none;
    #clip: rect(0 0 0 0);
    #height: 1px;
    #margin: -1px;
    #overflow: hidden;
    #padding: 0;
    #position: absolute;
    #width: 1px;
  }
  
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    background-color: rgba(0,0,0,.05 );
    margin-bottom: 2em;
  }
  
  .youtube { 
    width: 100%;
  }
  .table td {
	border-top: 0px;
  }
  .mobileyoutube{
    padding: 0px;
    width: 100%;
  }
  table td {
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    #font-weight: bold;
    #text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0px;
  }
}
