/*--
Author: Herzzauber; Bruno Tischhauser
--*/
.infotbl {
   margin-top: 20px;
}
.infotbl h2 {
    margin-left: 15%;
}
/*--
.infotbl table, th, td {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
}
--*/
.infotbl table {
  font-family: 'Roboto', sans-serif;
   margin-top: 20px;
   margin-bottom: 30px;
   margin-left: 15%;
   width: 70%;
}
/*--
.infotbl caption {
    text-align: center;
    left: 45%;
}
--*/
.infotbl tr, th, td {
    border: 1px solid #dddddd;
    text-align: left;
}
.infotbl tr:nth-child(even) {
  background-color: #dddddd;
}
.infotbl th, td {
    padding: 15px;
}
