/*
 * Copyright (c) 2010, 2023 BSI Business Systems Integration AG
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */
.scout-info-form-container {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.scout-info-form-logo-container {
  flex: none;
}

.scout-info-form-text-container {
  flex-grow: 1;
}

.scout-info-form-logo {
  display: inline-block;
  max-height: 100px;
  max-width: 200px;
  margin-right: 20px;
}

.scout-info-form-table {
  border-spacing: 0;
}

.scout-info-form-table-cell-description {
  padding-right: 10px;
  vertical-align: top;
}

.scout-info-form-table-cell-value {
  vertical-align: top;
}
