/* Adaptions for raspiBackupDoc */

/* settings for small tables in options list */
.table-wrapper-for-options {
    table {
      width: 100%;
      word-break: keep-all;
    }
    th {
      font-weight: normal;
      text-align: left;
    }
    td {
      text-align: left;
    }
}
