.visdatatableborder td, .visdatatableborder th {
    border: 2px solid #ccc;
    padding: 2px;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

code {
    font-size: 100%;
    color: #000;
  font-family: Verdana;
}

code, kbd, pre, samp {
    font-family: Helvetica;
}

/*  Anpassung des Personen-Bildformats für "Mitgieder stellen sich vor"   */
.data-f78 img {
  width: 50%;
  max-width: 400px;
  height: auto;
}

/*  Anpassung des Boot-Bildformats für "Mitgieder stellen sich vor"   */
.data-f83 img {
  width: 90%;
  height: auto;
}

/*    Hinweistext in Formularen linksbündig ausgerichtet; webmaster, 22.02.2023     */
.visCustomText {
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
}

/* Anzeige der Daten im Beitrag; webmaster, 20.10.2023      */
.visdata, .visdatatable th{
        padding-bottom: 5px;
}

.visdata, .visdatatable td{
        padding-top: 5px;
        padding-bottom: 5px;
}
  
/*    Eigene Klasse zur Unterdrückung des Labels; webmaster, 10.03.2024       */
.noshow{
  display:none;
}