/*$Id: Autogen-TAU.css 13 2018-06-15 04:24:19Z stroess $*/
/*@charset "iso-8859-1";*/
@charset "utf-8";  
 <style type="text/css">
   body
   {
    font-size: 25px;
    color: #343d44;
    padding: 0;
    margin: 0;
   }

   label
   {
    font-size: 25px;
	margin-left: 15 px;
   }


   h1
   {
    margin-left: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
   }

   h2
   {
    margin-left: 15px;
    text-align: left;
    font-weight: normal;
    font-size: 25px;
   }

   h3
   {
    margin-left: 15px;
    text-align: left;
    font-weight: normal;
    font-size: 20px;
   }

.toggle label {
  position: relative;
  display: inline-block;
  width: 25em;
  font-size: 15px;
}
.toggle input:checked + .slider {
  background-color: #5a9900; 
} 
.toggle  input:checked + .slider::before {
  transform: translateX(1.9em);
}
.toggle .slider { /* Grundfläche */
  position: absolute;
  cursor: pointer;
  top: 0.8em;
  left: 14.5em;
  width: 3em;
  height: 1em;
  background-color: #c32e04; 
  border-radius: 0.5em; 
  transition: all .3s ease-in-out;
}
.toggle  .slider:before {  /* verschiebbarer Button */
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  left: 0.1em;
  bottom: 0.11em;
  background-color: white;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.toggle input:checked + .slider {
  background-color: #5a9900; /* green */
}
.toggle  input:checked + .slider:before {
  transform: translateX(1.9em);
}
.text  .slider:after {  /* Text vor dem FlipFlop-Schalter */
  position: absolute;
  content: "hide";
  color: #c32e04;
  font-weight: bold;
  height:1.2em;
  left: -2em;
  bottom: -0.1em;
  font-size: 15px;
}
.text input:checked + .slider:after {  /* Text hinter dem FlipFlop-Schalter */
  position: absolute;
  content: "show";
  color: #5a9900;
  font-size: 15px;
  height:1.2em;
  left: 5.5em;
}
   table
   {
    margin-left: 15px;
    font-size: 25px;
    border: 1px solid black;
   }

   table td
   {
    transition: all .5s;
    text-align: left;
    border: 1px solid black;
    padding: 5px 25px;
   }

   table th
   {
    height: 20px;
	background-color: #101010;
	color: #f0f0f0;
   } 

tbody:before {
  content: "";
  display:block;
  border-top: 15px solid white;
}

   /* Table */

   .data-table
   {
/*    width: 100%;*/
    width: 98%;
    border-collapse: collapse;
    font-size: 25px;
   }

   .data-table img
/*   {width: 660px;
    height: 440px;
    display: block;
   }*/
  {width: 300px;
    height: 200px;
    display: block;
   }

   .data-table img:first-child {width auto; margin-left: auto; margin-right: auto;}
/*   .data-table img:last-child {margin-left: auto; margin-right: auto;}*/
   .data-table img:last-child {width: auto;margin-left: auto; margin-right: auto;} /*for stamp square*/

   .data-table th
   {
    height: 20px;
    background-color: #101010;
    color: #f0f0f0;
	  }, 
   .data-table td
   {
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #e1edff;
    padding: 7px 17px;
   }

   .data-table td:first-child {width auto;}
   .data-table td:nth-child(1) {width: auto;}
/*   .data-table td:last-child {width: auto; display: none;}*/
   .data-table td:last-child {width: auto;}


.data-table th:first-child {width: auto;}
.data-table th:nth-child(1) {width: auto;}
/*.data-table th:last-child {width: auto; display: none;)*/
/*.data-table th:last-child {width: auto; visibility:collapse;)*/
.data-table th:last-child {width: auto;}

   .data-table caption
   {
    margin: 7px;
   }

   /* Table Header */

   .data-table thead th
   {
    padding: 5px 25px;
    background-color: #508abb;
    color: #FFFFFF;
    border-color: #6ea1cc !important;
    text-transform: uppercase;
   }

.data-table th:first-of-type
{
 border-width: 0 2px 0 2px;
}




   /* Table Body */

   .data-table tbody td
   {
    color: #353535;
   }

   .data-table tbody td:first-child,
   .data-table tbody td:nth-child(4),
   .data-table tbody td:last-child
   {
    text-align: left;
   }

   .data-table tbody tr:nth-child(odd) td
   {
    background-color: #f4fbff;
   }

   .data-table tbody tr:hover td
   {
    background-color: #ffffa2;
    border-color: #ffff0f;
   }

   /* Table Footer */

   .data-table tfoot th
   {
    background-color: #e5f5ff;
    text-align: right;
   }

   .data-table tfoot th:first-child
   {
    text-align: left;
   }

   .data-table tbody td:empty
   {
    background-color: #ffcccc;
   }

  </style>